Shades of Fire Engine Red #BC0F29
Tints of Fire Engine Red #BC0F29
RGB
CMYK
RGB Variations
Color information
#BC0F29 (or 0xBC0F29) is known color: Fire Engine Red. HEX triplet: BC, 0F and 29. RGB value is (188,15,41). Sum of RGB (Red+Green+Blue) = 188+15+41=244 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.05% from 244); Green value is 15 (6.25% from 255 or 6.15% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0F29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0F29 is #43F0D6. Grayscale: #454545. Windows color (decimal): -4452567 or 2691004. OLE color: 2691004.
HSL color Cylindrical-coordinate representation of color #BC0F29: hue angle of 350.98º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC0F29 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 15 | 41 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.26 |
| HSL | 350.98º | 0.85% | 0.4% | - |
| HSV(B) | 350.98º | 0.92% | 0.74% | - |
| XYZ | 21.31 | 11.19 | 3.14 | - |
| YUV | 69.69 | 111.81 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 15 | 41 | 0 | 0.92 | 0.78 | 0.26 | 350.98 | 0.85 | 0.4 |
| Hex | BC | F | 29 | 0 | 5C | 4E | 1A | 15F | 55 | 28 |
| Octal | 274 | 17 | 51 | 0 | 134 | 116 | 32 | 537 | 125 | 50 |
| Binary | 10111100 | 1111 | 101001 | 0 | 1011100 | 1001110 | 11010 | 101011111 | 1010101 | 101000 |
Color Harmonies of #BC0F29
Complementary color
Monochromatic Colors of #BC0F29
Black with #BC0F29
Text Example
Text Example
White with #BC0F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0F29; }
p { color: rgb(188,15,41); }
H1.HeaderClassName
{
color: #BC0F29;
}
.AnyTagClassName
{
color: #BC0F29;
}
</style>
background-color css
<style>
a { background-color: #BC0F29; }
a { background-color: rgb(188,15,41); }
div.DivClassName
{
background-color: #BC0F29;
}
.BgClassName
{
background-color: #BC0F29;
}
</style>
border-color css
<style>
span { border-color: #BC0F29; }
span { border-color: rgb(188,15,41); }
td.TdClassName
{
border-color: #BC0F29;
}
.TagClassName
{
border-color: #BC0F29;
}
</style>