Shades of Fire Engine Red #BC0F26
Tints of Fire Engine Red #BC0F26
RGB
CMYK
RGB Variations
Color information
#BC0F26 (or 0xBC0F26) is known color: Fire Engine Red. HEX triplet: BC, 0F and 26. RGB value is (188,15,38). Sum of RGB (Red+Green+Blue) = 188+15+38=241 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.01% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0F26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0F26 is #43F0D9. Grayscale: #454545. Windows color (decimal): -4452570 or 2494396. OLE color: 2494396.
HSL color Cylindrical-coordinate representation of color #BC0F26: hue angle of 352.02º 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 #BC0F26 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 15 | 38 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.26 |
| HSL | 352.02º | 0.85% | 0.4% | - |
| HSV(B) | 352.02º | 0.92% | 0.74% | - |
| XYZ | 21.26 | 11.17 | 2.87 | - |
| YUV | 69.35 | 110.31 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 15 | 38 | 0 | 0.92 | 0.80 | 0.26 | 352.02 | 0.85 | 0.4 |
| Hex | BC | F | 26 | 0 | 5C | 50 | 1A | 160 | 55 | 28 |
| Octal | 274 | 17 | 46 | 0 | 134 | 120 | 32 | 540 | 125 | 50 |
| Binary | 10111100 | 1111 | 100110 | 0 | 1011100 | 1010000 | 11010 | 101100000 | 1010101 | 101000 |
Color Harmonies of #BC0F26
Complementary color
Monochromatic Colors of #BC0F26
Black with #BC0F26
Text Example
Text Example
White with #BC0F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0F26; }
p { color: rgb(188,15,38); }
H1.HeaderClassName
{
color: #BC0F26;
}
.AnyTagClassName
{
color: #BC0F26;
}
</style>
background-color css
<style>
a { background-color: #BC0F26; }
a { background-color: rgb(188,15,38); }
div.DivClassName
{
background-color: #BC0F26;
}
.BgClassName
{
background-color: #BC0F26;
}
</style>
border-color css
<style>
span { border-color: #BC0F26; }
span { border-color: rgb(188,15,38); }
td.TdClassName
{
border-color: #BC0F26;
}
.TagClassName
{
border-color: #BC0F26;
}
</style>