Shades of Fire Engine Red #BC1828
Tints of Fire Engine Red #BC1828
RGB
CMYK
RGB Variations
Color information
#BC1828 (or 0xBC1828) is known color: Fire Engine Red. HEX triplet: BC, 18 and 28. RGB value is (188,24,40). Sum of RGB (Red+Green+Blue) = 188+24+40=252 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.60% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1828 is #43E7D7. Grayscale: #4A4A4A. Windows color (decimal): -4450264 or 2627772. OLE color: 2627772.
HSL color Cylindrical-coordinate representation of color #BC1828: hue angle of 354.15º 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 #BC1828 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 40 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.26 |
| HSL | 354.15º | 0.77% | 0.42% | - |
| HSV(B) | 354.15º | 0.87% | 0.74% | - |
| XYZ | 21.45 | 11.5 | 3.1 | - |
| YUV | 74.86 | 108.33 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 40 | 0 | 0.87 | 0.79 | 0.26 | 354.15 | 0.77 | 0.42 |
| Hex | BC | 18 | 28 | 0 | 57 | 4F | 1A | 162 | 4D | 2A |
| Octal | 274 | 30 | 50 | 0 | 127 | 117 | 32 | 542 | 115 | 52 |
| Binary | 10111100 | 11000 | 101000 | 0 | 1010111 | 1001111 | 11010 | 101100010 | 1001101 | 101010 |
Color Harmonies of #BC1828
Complementary color
Monochromatic Colors of #BC1828
Black with #BC1828
Text Example
Text Example
White with #BC1828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1828; }
p { color: rgb(188,24,40); }
H1.HeaderClassName
{
color: #BC1828;
}
.AnyTagClassName
{
color: #BC1828;
}
</style>
background-color css
<style>
a { background-color: #BC1828; }
a { background-color: rgb(188,24,40); }
div.DivClassName
{
background-color: #BC1828;
}
.BgClassName
{
background-color: #BC1828;
}
</style>
border-color css
<style>
span { border-color: #BC1828; }
span { border-color: rgb(188,24,40); }
td.TdClassName
{
border-color: #BC1828;
}
.TagClassName
{
border-color: #BC1828;
}
</style>