CSS Color Background

Rufous

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

Preview

Rufous solid color background preview (#A81C07)

Color value: #A81C07

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #A81C07; }

HTML Code

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