CSS Color Background

Rich Maroon

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

Preview

Rich Maroon solid color background preview (#B03060)

Color value: #B03060

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #B03060; }

HTML Code

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