CSS Color Background

Barn Red

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

Preview

Barn Red solid color background preview (#7C0A02)

Color value: #7C0A02

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #7C0A02; }

HTML Code

<section class="hero barn-red-bg"> <h2>Your content</h2> </section> <style> .barn-red-bg { background-color: #7C0A02; } </style>