Shades of Fire Engine Red #BA1922
Tints of Fire Engine Red #BA1922
RGB
CMYK
RGB Variations
Color information
#BA1922 (or 0xBA1922) is known color: Fire Engine Red. HEX triplet: BA, 19 and 22. RGB value is (186,25,34). Sum of RGB (Red+Green+Blue) = 186+25+34=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1922 is #45E6DD. Grayscale: #4A4A4A. Windows color (decimal): -4581086 or 2234810. OLE color: 2234810.
HSL color Cylindrical-coordinate representation of color #BA1922: hue angle of 356.65º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1922 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 34 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.27 |
| HSL | 356.65º | 0.76% | 0.41% | - |
| HSV(B) | 356.65º | 0.87% | 0.73% | - |
| XYZ | 20.89 | 11.25 | 2.58 | - |
| YUV | 74.17 | 105.34 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 34 | 0 | 0.87 | 0.82 | 0.27 | 356.65 | 0.76 | 0.41 |
| Hex | BA | 19 | 22 | 0 | 57 | 52 | 1B | 165 | 4C | 29 |
| Octal | 272 | 31 | 42 | 0 | 127 | 122 | 33 | 545 | 114 | 51 |
| Binary | 10111010 | 11001 | 100010 | 0 | 1010111 | 1010010 | 11011 | 101100101 | 1001100 | 101001 |
Color Harmonies of #BA1922
Complementary color
Monochromatic Colors of #BA1922
Black with #BA1922
Text Example
Text Example
White with #BA1922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1922; }
p { color: rgb(186,25,34); }
H1.HeaderClassName
{
color: #BA1922;
}
.AnyTagClassName
{
color: #BA1922;
}
</style>
background-color css
<style>
a { background-color: #BA1922; }
a { background-color: rgb(186,25,34); }
div.DivClassName
{
background-color: #BA1922;
}
.BgClassName
{
background-color: #BA1922;
}
</style>
border-color css
<style>
span { border-color: #BA1922; }
span { border-color: rgb(186,25,34); }
td.TdClassName
{
border-color: #BA1922;
}
.TagClassName
{
border-color: #BA1922;
}
</style>