Shades of Fire Engine Red #BC1429
Tints of Fire Engine Red #BC1429
RGB
CMYK
RGB Variations
Color information
#BC1429 (or 0xBC1429) is known color: Fire Engine Red. HEX triplet: BC, 14 and 29. RGB value is (188,20,41). Sum of RGB (Red+Green+Blue) = 188+20+41=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1429 is #43EBD6. Grayscale: #484848. Windows color (decimal): -4451287 or 2692284. OLE color: 2692284.
HSL color Cylindrical-coordinate representation of color #BC1429: hue angle of 352.5º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1429 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 41 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.26 |
| HSL | 352.5º | 0.81% | 0.41% | - |
| HSV(B) | 352.5º | 0.89% | 0.74% | - |
| XYZ | 21.39 | 11.35 | 3.16 | - |
| YUV | 72.63 | 110.16 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 41 | 0 | 0.89 | 0.78 | 0.26 | 352.5 | 0.81 | 0.41 |
| Hex | BC | 14 | 29 | 0 | 59 | 4E | 1A | 160 | 51 | 29 |
| Octal | 274 | 24 | 51 | 0 | 131 | 116 | 32 | 540 | 121 | 51 |
| Binary | 10111100 | 10100 | 101001 | 0 | 1011001 | 1001110 | 11010 | 101100000 | 1010001 | 101001 |
Color Harmonies of #BC1429
Complementary color
Monochromatic Colors of #BC1429
Black with #BC1429
Text Example
Text Example
White with #BC1429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1429; }
p { color: rgb(188,20,41); }
H1.HeaderClassName
{
color: #BC1429;
}
.AnyTagClassName
{
color: #BC1429;
}
</style>
background-color css
<style>
a { background-color: #BC1429; }
a { background-color: rgb(188,20,41); }
div.DivClassName
{
background-color: #BC1429;
}
.BgClassName
{
background-color: #BC1429;
}
</style>
border-color css
<style>
span { border-color: #BC1429; }
span { border-color: rgb(188,20,41); }
td.TdClassName
{
border-color: #BC1429;
}
.TagClassName
{
border-color: #BC1429;
}
</style>