CSS Color Background

Medium Carmine

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

Preview

Medium Carmine solid color background preview (#AF4035)

Color value: #AF4035

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #AF4035; }

HTML Code

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