Shades of Fire Engine Red #BA2426
Tints of Fire Engine Red #BA2426
RGB
CMYK
RGB Variations
Color information
#BA2426 (or 0xBA2426) is known color: Fire Engine Red. HEX triplet: BA, 24 and 26. RGB value is (186,36,38). Sum of RGB (Red+Green+Blue) = 186+36+38=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2426 is #45DBD9. Grayscale: #515151. Windows color (decimal): -4578266 or 2499770. OLE color: 2499770.
HSL color Cylindrical-coordinate representation of color #BA2426: hue angle of 359.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2426 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 38 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.27 |
| HSL | 359.2º | 0.68% | 0.44% | - |
| HSV(B) | 359.2º | 0.81% | 0.73% | - |
| XYZ | 21.23 | 11.84 | 3 | - |
| YUV | 81.08 | 103.7 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 38 | 0 | 0.81 | 0.80 | 0.27 | 359.2 | 0.68 | 0.44 |
| Hex | BA | 24 | 26 | 0 | 51 | 50 | 1B | 167 | 44 | 2C |
| Octal | 272 | 44 | 46 | 0 | 121 | 120 | 33 | 547 | 104 | 54 |
| Binary | 10111010 | 100100 | 100110 | 0 | 1010001 | 1010000 | 11011 | 101100111 | 1000100 | 101100 |
Color Harmonies of #BA2426
Complementary color
Monochromatic Colors of #BA2426
Black with #BA2426
Text Example
Text Example
White with #BA2426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2426; }
p { color: rgb(186,36,38); }
H1.HeaderClassName
{
color: #BA2426;
}
.AnyTagClassName
{
color: #BA2426;
}
</style>
background-color css
<style>
a { background-color: #BA2426; }
a { background-color: rgb(186,36,38); }
div.DivClassName
{
background-color: #BA2426;
}
.BgClassName
{
background-color: #BA2426;
}
</style>
border-color css
<style>
span { border-color: #BA2426; }
span { border-color: rgb(186,36,38); }
td.TdClassName
{
border-color: #BA2426;
}
.TagClassName
{
border-color: #BA2426;
}
</style>