CSS Color Background

Boston University Red

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

Preview

Boston University Red solid color background preview (#CC0000)

Color value: #CC0000

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #CC0000; }

HTML Code

<section class="hero boston-university-red-bg"> <h2>Your content</h2> </section> <style> .boston-university-red-bg { background-color: #CC0000; } </style>