Shades of Fire Engine Red #BC2526
Tints of Fire Engine Red #BC2526
RGB
CMYK
RGB Variations
Color information
#BC2526 (or 0xBC2526) is known color: Fire Engine Red. HEX triplet: BC, 25 and 26. RGB value is (188,37,38). Sum of RGB (Red+Green+Blue) = 188+37+38=263 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.48% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2526 is #43DAD9. Grayscale: #525252. Windows color (decimal): -4446938 or 2500028. OLE color: 2500028.
HSL color Cylindrical-coordinate representation of color #BC2526: hue angle of 359.6º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2526 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 38 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.26 |
| HSL | 359.6º | 0.67% | 0.44% | - |
| HSV(B) | 359.6º | 0.8% | 0.74% | - |
| XYZ | 21.75 | 12.15 | 3.03 | - |
| YUV | 82.26 | 103.03 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 38 | 0 | 0.80 | 0.80 | 0.26 | 359.6 | 0.67 | 0.44 |
| Hex | BC | 25 | 26 | 0 | 50 | 50 | 1A | 168 | 43 | 2C |
| Octal | 274 | 45 | 46 | 0 | 120 | 120 | 32 | 550 | 103 | 54 |
| Binary | 10111100 | 100101 | 100110 | 0 | 1010000 | 1010000 | 11010 | 101101000 | 1000011 | 101100 |
Color Harmonies of #BC2526
Complementary color
Monochromatic Colors of #BC2526
Black with #BC2526
Text Example
Text Example
White with #BC2526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2526; }
p { color: rgb(188,37,38); }
H1.HeaderClassName
{
color: #BC2526;
}
.AnyTagClassName
{
color: #BC2526;
}
</style>
background-color css
<style>
a { background-color: #BC2526; }
a { background-color: rgb(188,37,38); }
div.DivClassName
{
background-color: #BC2526;
}
.BgClassName
{
background-color: #BC2526;
}
</style>
border-color css
<style>
span { border-color: #BC2526; }
span { border-color: rgb(188,37,38); }
td.TdClassName
{
border-color: #BC2526;
}
.TagClassName
{
border-color: #BC2526;
}
</style>