Shades of Fire Engine Red #BC1426
Tints of Fire Engine Red #BC1426
RGB
CMYK
RGB Variations
Color information
#BC1426 (or 0xBC1426) is known color: Fire Engine Red. HEX triplet: BC, 14 and 26. RGB value is (188,20,38). Sum of RGB (Red+Green+Blue) = 188+20+38=246 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.42% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1426 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1426 is #43EBD9. Grayscale: #484848. Windows color (decimal): -4451290 or 2495676. OLE color: 2495676.
HSL color Cylindrical-coordinate representation of color #BC1426: hue angle of 353.57º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1426 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 38 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.26 |
| HSL | 353.57º | 0.81% | 0.41% | - |
| HSV(B) | 353.57º | 0.89% | 0.74% | - |
| XYZ | 21.34 | 11.33 | 2.9 | - |
| YUV | 72.28 | 108.66 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 38 | 0 | 0.89 | 0.80 | 0.26 | 353.57 | 0.81 | 0.41 |
| Hex | BC | 14 | 26 | 0 | 59 | 50 | 1A | 162 | 51 | 29 |
| Octal | 274 | 24 | 46 | 0 | 131 | 120 | 32 | 542 | 121 | 51 |
| Binary | 10111100 | 10100 | 100110 | 0 | 1011001 | 1010000 | 11010 | 101100010 | 1010001 | 101001 |
Color Harmonies of #BC1426
Complementary color
Monochromatic Colors of #BC1426
Black with #BC1426
Text Example
Text Example
White with #BC1426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1426; }
p { color: rgb(188,20,38); }
H1.HeaderClassName
{
color: #BC1426;
}
.AnyTagClassName
{
color: #BC1426;
}
</style>
background-color css
<style>
a { background-color: #BC1426; }
a { background-color: rgb(188,20,38); }
div.DivClassName
{
background-color: #BC1426;
}
.BgClassName
{
background-color: #BC1426;
}
</style>
border-color css
<style>
span { border-color: #BC1426; }
span { border-color: rgb(188,20,38); }
td.TdClassName
{
border-color: #BC1426;
}
.TagClassName
{
border-color: #BC1426;
}
</style>