CSS Color Background

Tuscan Red

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

Preview

Tuscan Red solid color background preview (#7C4848)

Color value: #7C4848

Available Resolutions

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

Download all sizes

CSS Code

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

HTML Code

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