Shades of Fire Engine Red #BA1125
Tints of Fire Engine Red #BA1125
RGB
CMYK
RGB Variations
Color information
#BA1125 (or 0xBA1125) is known color: Fire Engine Red. HEX triplet: BA, 11 and 25. RGB value is (186,17,37). Sum of RGB (Red+Green+Blue) = 186+17+37=240 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.5% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1125 is #45EEDA. Grayscale: #454545. Windows color (decimal): -4583131 or 2429370. OLE color: 2429370.
HSL color Cylindrical-coordinate representation of color #BA1125: hue angle of 352.9º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1125 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 37 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.27 |
| HSL | 352.9º | 0.83% | 0.4% | - |
| HSV(B) | 352.9º | 0.91% | 0.73% | - |
| XYZ | 20.78 | 10.97 | 2.77 | - |
| YUV | 69.81 | 109.49 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 37 | 0 | 0.91 | 0.80 | 0.27 | 352.9 | 0.83 | 0.4 |
| Hex | BA | 11 | 25 | 0 | 5B | 50 | 1B | 161 | 53 | 28 |
| Octal | 272 | 21 | 45 | 0 | 133 | 120 | 33 | 541 | 123 | 50 |
| Binary | 10111010 | 10001 | 100101 | 0 | 1011011 | 1010000 | 11011 | 101100001 | 1010011 | 101000 |
Color Harmonies of #BA1125
Complementary color
Monochromatic Colors of #BA1125
Black with #BA1125
Text Example
Text Example
White with #BA1125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1125; }
p { color: rgb(186,17,37); }
H1.HeaderClassName
{
color: #BA1125;
}
.AnyTagClassName
{
color: #BA1125;
}
</style>
background-color css
<style>
a { background-color: #BA1125; }
a { background-color: rgb(186,17,37); }
div.DivClassName
{
background-color: #BA1125;
}
.BgClassName
{
background-color: #BA1125;
}
</style>
border-color css
<style>
span { border-color: #BA1125; }
span { border-color: rgb(186,17,37); }
td.TdClassName
{
border-color: #BA1125;
}
.TagClassName
{
border-color: #BA1125;
}
</style>