Shades of Fire Engine Red #BC1E20
Tints of Fire Engine Red #BC1E20
RGB
CMYK
RGB Variations
Color information
#BC1E20 (or 0xBC1E20) is known color: Fire Engine Red. HEX triplet: BC, 1E and 20. RGB value is (188,30,32). Sum of RGB (Red+Green+Blue) = 188+30+32=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1E20 is #43E1DF. Grayscale: #4D4D4D. Windows color (decimal): -4448736 or 2105020. OLE color: 2105020.
HSL color Cylindrical-coordinate representation of color #BC1E20: hue angle of 359.24º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1E20 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 30 | 32 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.26 |
| HSL | 359.24º | 0.72% | 0.43% | - |
| HSV(B) | 359.24º | 0.84% | 0.74% | - |
| XYZ | 21.46 | 11.72 | 2.5 | - |
| YUV | 77.47 | 102.35 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 32 | 0 | 0.84 | 0.83 | 0.26 | 359.24 | 0.72 | 0.43 |
| Hex | BC | 1E | 20 | 0 | 54 | 53 | 1A | 167 | 48 | 2B |
| Octal | 274 | 36 | 40 | 0 | 124 | 123 | 32 | 547 | 110 | 53 |
| Binary | 10111100 | 11110 | 100000 | 0 | 1010100 | 1010011 | 11010 | 101100111 | 1001000 | 101011 |
Color Harmonies of #BC1E20
Complementary color
Monochromatic Colors of #BC1E20
Black with #BC1E20
Text Example
Text Example
White with #BC1E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1E20; }
p { color: rgb(188,30,32); }
H1.HeaderClassName
{
color: #BC1E20;
}
.AnyTagClassName
{
color: #BC1E20;
}
</style>
background-color css
<style>
a { background-color: #BC1E20; }
a { background-color: rgb(188,30,32); }
div.DivClassName
{
background-color: #BC1E20;
}
.BgClassName
{
background-color: #BC1E20;
}
</style>
border-color css
<style>
span { border-color: #BC1E20; }
span { border-color: rgb(188,30,32); }
td.TdClassName
{
border-color: #BC1E20;
}
.TagClassName
{
border-color: #BC1E20;
}
</style>