Shades of Fire Engine Red #BA1025
Tints of Fire Engine Red #BA1025
RGB
CMYK
RGB Variations
Color information
#BA1025 (or 0xBA1025) is known color: Fire Engine Red. HEX triplet: BA, 10 and 25. RGB value is (186,16,37). Sum of RGB (Red+Green+Blue) = 186+16+37=239 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.82% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1025 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1025 is #45EFDA. Grayscale: #454545. Windows color (decimal): -4583387 or 2429114. OLE color: 2429114.
HSL color Cylindrical-coordinate representation of color #BA1025: hue angle of 352.59º degrees, saturation: 0.84, 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 #BA1025 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 37 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.27 |
| HSL | 352.59º | 0.84% | 0.4% | - |
| HSV(B) | 352.59º | 0.91% | 0.73% | - |
| XYZ | 20.77 | 10.94 | 2.77 | - |
| YUV | 69.22 | 109.82 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 37 | 0 | 0.91 | 0.80 | 0.27 | 352.59 | 0.84 | 0.4 |
| Hex | BA | 10 | 25 | 0 | 5B | 50 | 1B | 161 | 54 | 28 |
| Octal | 272 | 20 | 45 | 0 | 133 | 120 | 33 | 541 | 124 | 50 |
| Binary | 10111010 | 10000 | 100101 | 0 | 1011011 | 1010000 | 11011 | 101100001 | 1010100 | 101000 |
Color Harmonies of #BA1025
Complementary color
Monochromatic Colors of #BA1025
Black with #BA1025
Text Example
Text Example
White with #BA1025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1025; }
p { color: rgb(186,16,37); }
H1.HeaderClassName
{
color: #BA1025;
}
.AnyTagClassName
{
color: #BA1025;
}
</style>
background-color css
<style>
a { background-color: #BA1025; }
a { background-color: rgb(186,16,37); }
div.DivClassName
{
background-color: #BA1025;
}
.BgClassName
{
background-color: #BA1025;
}
</style>
border-color css
<style>
span { border-color: #BA1025; }
span { border-color: rgb(186,16,37); }
td.TdClassName
{
border-color: #BA1025;
}
.TagClassName
{
border-color: #BA1025;
}
</style>