CSS Color Background

Carnelian

Pure CSS color background: #B31B1B. Use this solid color for personal and commercial creative projects.

Preview

Carnelian solid color background preview (#B31B1B)

Color value: #B31B1B

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #B31B1B; }

HTML Code

<section class="hero carnelian-bg"> <h2>Your content</h2> </section> <style> .carnelian-bg { background-color: #B31B1B; } </style>