CSS Color Background

Medium Tuscan Red

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

Preview

Medium Tuscan Red solid color background preview (#79443B)

Color value: #79443B

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #79443B; }

HTML Code

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