Shades of Fire Engine Red #BA2526
Tints of Fire Engine Red #BA2526
RGB
CMYK
RGB Variations
Color information
#BA2526 (or 0xBA2526) is known color: Fire Engine Red. HEX triplet: BA, 25 and 26. RGB value is (186,37,38). Sum of RGB (Red+Green+Blue) = 186+37+38=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2526 is #45DAD9. Grayscale: #515151. Windows color (decimal): -4578010 or 2500026. OLE color: 2500026.
HSL color Cylindrical-coordinate representation of color #BA2526: hue angle of 359.6º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2526 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 38 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.27 |
| HSL | 359.6º | 0.67% | 0.44% | - |
| HSV(B) | 359.6º | 0.8% | 0.73% | - |
| XYZ | 21.26 | 11.9 | 3.01 | - |
| YUV | 81.67 | 103.36 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 38 | 0 | 0.80 | 0.80 | 0.27 | 359.6 | 0.67 | 0.44 |
| Hex | BA | 25 | 26 | 0 | 50 | 50 | 1B | 168 | 43 | 2C |
| Octal | 272 | 45 | 46 | 0 | 120 | 120 | 33 | 550 | 103 | 54 |
| Binary | 10111010 | 100101 | 100110 | 0 | 1010000 | 1010000 | 11011 | 101101000 | 1000011 | 101100 |
Color Harmonies of #BA2526
Complementary color
Monochromatic Colors of #BA2526
Black with #BA2526
Text Example
Text Example
White with #BA2526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2526; }
p { color: rgb(186,37,38); }
H1.HeaderClassName
{
color: #BA2526;
}
.AnyTagClassName
{
color: #BA2526;
}
</style>
background-color css
<style>
a { background-color: #BA2526; }
a { background-color: rgb(186,37,38); }
div.DivClassName
{
background-color: #BA2526;
}
.BgClassName
{
background-color: #BA2526;
}
</style>
border-color css
<style>
span { border-color: #BA2526; }
span { border-color: rgb(186,37,38); }
td.TdClassName
{
border-color: #BA2526;
}
.TagClassName
{
border-color: #BA2526;
}
</style>