CSS Color Background

Rust

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

Preview

Rust solid color background preview (#B7410E)

Color value: #B7410E

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #B7410E; }

HTML Code

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