Shades of Fire Engine Red #BC2028
Tints of Fire Engine Red #BC2028
RGB
CMYK
RGB Variations
Color information
#BC2028 (or 0xBC2028) is known color: Fire Engine Red. HEX triplet: BC, 20 and 28. RGB value is (188,32,40). Sum of RGB (Red+Green+Blue) = 188+32+40=260 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.31% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2028 is #43DFD7. Grayscale: #4F4F4F. Windows color (decimal): -4448216 or 2629820. OLE color: 2629820.
HSL color Cylindrical-coordinate representation of color #BC2028: hue angle of 356.92º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2028 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 40 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.26 |
| HSL | 356.92º | 0.71% | 0.43% | - |
| HSV(B) | 356.92º | 0.83% | 0.74% | - |
| XYZ | 21.64 | 11.88 | 3.16 | - |
| YUV | 79.56 | 105.68 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 40 | 0 | 0.83 | 0.79 | 0.26 | 356.92 | 0.71 | 0.43 |
| Hex | BC | 20 | 28 | 0 | 53 | 4F | 1A | 165 | 47 | 2B |
| Octal | 274 | 40 | 50 | 0 | 123 | 117 | 32 | 545 | 107 | 53 |
| Binary | 10111100 | 100000 | 101000 | 0 | 1010011 | 1001111 | 11010 | 101100101 | 1000111 | 101011 |
Color Harmonies of #BC2028
Complementary color
Monochromatic Colors of #BC2028
Black with #BC2028
Text Example
Text Example
White with #BC2028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2028; }
p { color: rgb(188,32,40); }
H1.HeaderClassName
{
color: #BC2028;
}
.AnyTagClassName
{
color: #BC2028;
}
</style>
background-color css
<style>
a { background-color: #BC2028; }
a { background-color: rgb(188,32,40); }
div.DivClassName
{
background-color: #BC2028;
}
.BgClassName
{
background-color: #BC2028;
}
</style>
border-color css
<style>
span { border-color: #BC2028; }
span { border-color: rgb(188,32,40); }
td.TdClassName
{
border-color: #BC2028;
}
.TagClassName
{
border-color: #BC2028;
}
</style>