CSS Color Background

Pictorial Carmine

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

Preview

Pictorial Carmine solid color background preview (#C30B4E)

Color value: #C30B4E

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #C30B4E; }

HTML Code

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