CSS Color Background

International Orange (Golden Gate Bridge)

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

Preview

International Orange (Golden Gate Bridge) solid color background preview (#C0362C)

Color value: #C0362C

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #C0362C; }

HTML Code

<section class="hero international-orange-golden-gate-bridge-bg"> <h2>Your content</h2> </section> <style> .international-orange-golden-gate-bridge-bg { background-color: #C0362C; } </style>