CSS Color Background

Rusty Red

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

Preview

Rusty Red solid color background preview (#DA2C43)

Color value: #DA2C43

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #DA2C43; }

HTML Code

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