Shades of Fire Engine Red #BC1028
Tints of Fire Engine Red #BC1028
RGB
CMYK
RGB Variations
Color information
#BC1028 (or 0xBC1028) is known color: Fire Engine Red. HEX triplet: BC, 10 and 28. RGB value is (188,16,40). Sum of RGB (Red+Green+Blue) = 188+16+40=244 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.05% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1028 is #43EFD7. Grayscale: #464646. Windows color (decimal): -4452312 or 2625724. OLE color: 2625724.
HSL color Cylindrical-coordinate representation of color #BC1028: hue angle of 351.63º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC1028 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 40 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.26 |
| HSL | 351.63º | 0.84% | 0.4% | - |
| HSV(B) | 351.63º | 0.91% | 0.74% | - |
| XYZ | 21.31 | 11.22 | 3.05 | - |
| YUV | 70.16 | 110.98 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 40 | 0 | 0.91 | 0.79 | 0.26 | 351.63 | 0.84 | 0.4 |
| Hex | BC | 10 | 28 | 0 | 5B | 4F | 1A | 160 | 54 | 28 |
| Octal | 274 | 20 | 50 | 0 | 133 | 117 | 32 | 540 | 124 | 50 |
| Binary | 10111100 | 10000 | 101000 | 0 | 1011011 | 1001111 | 11010 | 101100000 | 1010100 | 101000 |
Color Harmonies of #BC1028
Complementary color
Monochromatic Colors of #BC1028
Black with #BC1028
Text Example
Text Example
White with #BC1028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1028; }
p { color: rgb(188,16,40); }
H1.HeaderClassName
{
color: #BC1028;
}
.AnyTagClassName
{
color: #BC1028;
}
</style>
background-color css
<style>
a { background-color: #BC1028; }
a { background-color: rgb(188,16,40); }
div.DivClassName
{
background-color: #BC1028;
}
.BgClassName
{
background-color: #BC1028;
}
</style>
border-color css
<style>
span { border-color: #BC1028; }
span { border-color: rgb(188,16,40); }
td.TdClassName
{
border-color: #BC1028;
}
.TagClassName
{
border-color: #BC1028;
}
</style>