Shades of Fire Engine Red #BC1920
Tints of Fire Engine Red #BC1920
RGB
CMYK
RGB Variations
Color information
#BC1920 (or 0xBC1920) is known color: Fire Engine Red. HEX triplet: BC, 19 and 20. RGB value is (188,25,32). Sum of RGB (Red+Green+Blue) = 188+25+32=245 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.73% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1920 is #43E6DF. Grayscale: #4A4A4A. Windows color (decimal): -4450016 or 2103740. OLE color: 2103740.
HSL color Cylindrical-coordinate representation of color #BC1920: hue angle of 357.42º 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 #BC1920 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 32 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.26 |
| HSL | 357.42º | 0.77% | 0.42% | - |
| HSV(B) | 357.42º | 0.87% | 0.74% | - |
| XYZ | 21.35 | 11.49 | 2.46 | - |
| YUV | 74.54 | 104 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 32 | 0 | 0.87 | 0.83 | 0.26 | 357.42 | 0.77 | 0.42 |
| Hex | BC | 19 | 20 | 0 | 57 | 53 | 1A | 165 | 4D | 2A |
| Octal | 274 | 31 | 40 | 0 | 127 | 123 | 32 | 545 | 115 | 52 |
| Binary | 10111100 | 11001 | 100000 | 0 | 1010111 | 1010011 | 11010 | 101100101 | 1001101 | 101010 |
Color Harmonies of #BC1920
Complementary color
Monochromatic Colors of #BC1920
Black with #BC1920
Text Example
Text Example
White with #BC1920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1920; }
p { color: rgb(188,25,32); }
H1.HeaderClassName
{
color: #BC1920;
}
.AnyTagClassName
{
color: #BC1920;
}
</style>
background-color css
<style>
a { background-color: #BC1920; }
a { background-color: rgb(188,25,32); }
div.DivClassName
{
background-color: #BC1920;
}
.BgClassName
{
background-color: #BC1920;
}
</style>
border-color css
<style>
span { border-color: #BC1920; }
span { border-color: rgb(188,25,32); }
td.TdClassName
{
border-color: #BC1920;
}
.TagClassName
{
border-color: #BC1920;
}
</style>