Shades of Fire Engine Red #BA2122
Tints of Fire Engine Red #BA2122
RGB
CMYK
RGB Variations
Color information
#BA2122 (or 0xBA2122) is known color: Fire Engine Red. HEX triplet: BA, 21 and 22. RGB value is (186,33,34). Sum of RGB (Red+Green+Blue) = 186+33+34=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 34 (13.67% from 255 or 13.44% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2122 is #45DEDD. Grayscale: #4F4F4F. Windows color (decimal): -4579038 or 2236858. OLE color: 2236858.
HSL color Cylindrical-coordinate representation of color #BA2122: hue angle of 359.61º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2122 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 34 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.27 |
| HSL | 359.61º | 0.7% | 0.43% | - |
| HSV(B) | 359.61º | 0.82% | 0.73% | - |
| XYZ | 21.08 | 11.64 | 2.65 | - |
| YUV | 78.86 | 102.69 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 34 | 0 | 0.82 | 0.82 | 0.27 | 359.61 | 0.7 | 0.43 |
| Hex | BA | 21 | 22 | 0 | 52 | 52 | 1B | 168 | 46 | 2B |
| Octal | 272 | 41 | 42 | 0 | 122 | 122 | 33 | 550 | 106 | 53 |
| Binary | 10111010 | 100001 | 100010 | 0 | 1010010 | 1010010 | 11011 | 101101000 | 1000110 | 101011 |
Color Harmonies of #BA2122
Complementary color
Monochromatic Colors of #BA2122
Black with #BA2122
Text Example
Text Example
White with #BA2122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2122; }
p { color: rgb(186,33,34); }
H1.HeaderClassName
{
color: #BA2122;
}
.AnyTagClassName
{
color: #BA2122;
}
</style>
background-color css
<style>
a { background-color: #BA2122; }
a { background-color: rgb(186,33,34); }
div.DivClassName
{
background-color: #BA2122;
}
.BgClassName
{
background-color: #BA2122;
}
</style>
border-color css
<style>
span { border-color: #BA2122; }
span { border-color: rgb(186,33,34); }
td.TdClassName
{
border-color: #BA2122;
}
.TagClassName
{
border-color: #BA2122;
}
</style>