Shades of Fire Engine Red #BA1623
Tints of Fire Engine Red #BA1623
RGB
CMYK
RGB Variations
Color information
#BA1623 (or 0xBA1623) is known color: Fire Engine Red. HEX triplet: BA, 16 and 23. RGB value is (186,22,35). Sum of RGB (Red+Green+Blue) = 186+22+35=243 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.54% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 35 (14.06% from 255 or 14.40% from 243); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1623 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1623 is #45E9DC. Grayscale: #484848. Windows color (decimal): -4581853 or 2299578. OLE color: 2299578.
HSL color Cylindrical-coordinate representation of color #BA1623: hue angle of 355.24º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1623 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 35 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.27 |
| HSL | 355.24º | 0.79% | 0.41% | - |
| HSV(B) | 355.24º | 0.88% | 0.73% | - |
| XYZ | 20.84 | 11.13 | 2.64 | - |
| YUV | 72.52 | 106.83 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 35 | 0 | 0.88 | 0.81 | 0.27 | 355.24 | 0.79 | 0.41 |
| Hex | BA | 16 | 23 | 0 | 58 | 51 | 1B | 163 | 4F | 29 |
| Octal | 272 | 26 | 43 | 0 | 130 | 121 | 33 | 543 | 117 | 51 |
| Binary | 10111010 | 10110 | 100011 | 0 | 1011000 | 1010001 | 11011 | 101100011 | 1001111 | 101001 |
Color Harmonies of #BA1623
Complementary color
Monochromatic Colors of #BA1623
Black with #BA1623
Text Example
Text Example
White with #BA1623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1623; }
p { color: rgb(186,22,35); }
H1.HeaderClassName
{
color: #BA1623;
}
.AnyTagClassName
{
color: #BA1623;
}
</style>
background-color css
<style>
a { background-color: #BA1623; }
a { background-color: rgb(186,22,35); }
div.DivClassName
{
background-color: #BA1623;
}
.BgClassName
{
background-color: #BA1623;
}
</style>
border-color css
<style>
span { border-color: #BA1623; }
span { border-color: rgb(186,22,35); }
td.TdClassName
{
border-color: #BA1623;
}
.TagClassName
{
border-color: #BA1623;
}
</style>