CSS Color Background

Antique Ruby

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

Preview

Antique Ruby solid color background preview (#841B2D)

Color value: #841B2D

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #841B2D; }

HTML Code

<section class="hero antique-ruby-bg"> <h2>Your content</h2> </section> <style> .antique-ruby-bg { background-color: #841B2D; } </style>