Shades of Fire Engine Red #BC1726
Tints of Fire Engine Red #BC1726
RGB
CMYK
RGB Variations
Color information
#BC1726 (or 0xBC1726) is known color: Fire Engine Red. HEX triplet: BC, 17 and 26. RGB value is (188,23,38). Sum of RGB (Red+Green+Blue) = 188+23+38=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1726 is #43E8D9. Grayscale: #4A4A4A. Windows color (decimal): -4450522 or 2496444. OLE color: 2496444.
HSL color Cylindrical-coordinate representation of color #BC1726: hue angle of 354.55º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1726 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 38 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.26 |
| HSL | 354.55º | 0.78% | 0.41% | - |
| HSV(B) | 354.55º | 0.88% | 0.74% | - |
| XYZ | 21.4 | 11.44 | 2.91 | - |
| YUV | 74.05 | 107.66 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 38 | 0 | 0.88 | 0.80 | 0.26 | 354.55 | 0.78 | 0.41 |
| Hex | BC | 17 | 26 | 0 | 58 | 50 | 1A | 163 | 4E | 29 |
| Octal | 274 | 27 | 46 | 0 | 130 | 120 | 32 | 543 | 116 | 51 |
| Binary | 10111100 | 10111 | 100110 | 0 | 1011000 | 1010000 | 11010 | 101100011 | 1001110 | 101001 |
Color Harmonies of #BC1726
Complementary color
Monochromatic Colors of #BC1726
Black with #BC1726
Text Example
Text Example
White with #BC1726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1726; }
p { color: rgb(188,23,38); }
H1.HeaderClassName
{
color: #BC1726;
}
.AnyTagClassName
{
color: #BC1726;
}
</style>
background-color css
<style>
a { background-color: #BC1726; }
a { background-color: rgb(188,23,38); }
div.DivClassName
{
background-color: #BC1726;
}
.BgClassName
{
background-color: #BC1726;
}
</style>
border-color css
<style>
span { border-color: #BC1726; }
span { border-color: rgb(188,23,38); }
td.TdClassName
{
border-color: #BC1726;
}
.TagClassName
{
border-color: #BC1726;
}
</style>