CSS Color Background

International Orange (Engineering)

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

Preview

International Orange (Engineering) solid color background preview (#BA160C)

Color value: #BA160C

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #BA160C; }

HTML Code

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