CSS Color Background

Alabama Crimson

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

Preview

Alabama Crimson solid color background preview (#A32638)

Color value: #A32638

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #A32638; }

HTML Code

<section class="hero alabama-crimson-bg"> <h2>Your content</h2> </section> <style> .alabama-crimson-bg { background-color: #A32638; } </style>