Shades of Fire Engine Red #BC1824
Tints of Fire Engine Red #BC1824
RGB
CMYK
RGB Variations
Color information
#BC1824 (or 0xBC1824) is known color: Fire Engine Red. HEX triplet: BC, 18 and 24. RGB value is (188,24,36). Sum of RGB (Red+Green+Blue) = 188+24+36=248 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.81% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1824 is #43E7DB. Grayscale: #4A4A4A. Windows color (decimal): -4450268 or 2365628. OLE color: 2365628.
HSL color Cylindrical-coordinate representation of color #BC1824: hue angle of 355.61º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1824 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 36 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.26 |
| HSL | 355.61º | 0.77% | 0.42% | - |
| HSV(B) | 355.61º | 0.87% | 0.74% | - |
| XYZ | 21.38 | 11.47 | 2.76 | - |
| YUV | 74.4 | 106.33 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 36 | 0 | 0.87 | 0.81 | 0.26 | 355.61 | 0.77 | 0.42 |
| Hex | BC | 18 | 24 | 0 | 57 | 51 | 1A | 164 | 4D | 2A |
| Octal | 274 | 30 | 44 | 0 | 127 | 121 | 32 | 544 | 115 | 52 |
| Binary | 10111100 | 11000 | 100100 | 0 | 1010111 | 1010001 | 11010 | 101100100 | 1001101 | 101010 |
Color Harmonies of #BC1824
Complementary color
Monochromatic Colors of #BC1824
Black with #BC1824
Text Example
Text Example
White with #BC1824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1824; }
p { color: rgb(188,24,36); }
H1.HeaderClassName
{
color: #BC1824;
}
.AnyTagClassName
{
color: #BC1824;
}
</style>
background-color css
<style>
a { background-color: #BC1824; }
a { background-color: rgb(188,24,36); }
div.DivClassName
{
background-color: #BC1824;
}
.BgClassName
{
background-color: #BC1824;
}
</style>
border-color css
<style>
span { border-color: #BC1824; }
span { border-color: rgb(188,24,36); }
td.TdClassName
{
border-color: #BC1824;
}
.TagClassName
{
border-color: #BC1824;
}
</style>