Shades of Fire Engine Red #BA1023
Tints of Fire Engine Red #BA1023
RGB
CMYK
RGB Variations
Color information
#BA1023 (or 0xBA1023) is known color: Fire Engine Red. HEX triplet: BA, 10 and 23. RGB value is (186,16,35). Sum of RGB (Red+Green+Blue) = 186+16+35=237 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.48% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 35 (14.06% from 255 or 14.77% from 237); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1023 is #45EFDC. Grayscale: #454545. Windows color (decimal): -4583389 or 2298042. OLE color: 2298042.
HSL color Cylindrical-coordinate representation of color #BA1023: hue angle of 353.29º 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 #BA1023 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 35 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.27 |
| HSL | 353.29º | 0.84% | 0.4% | - |
| HSV(B) | 353.29º | 0.91% | 0.73% | - |
| XYZ | 20.74 | 10.93 | 2.61 | - |
| YUV | 69 | 108.82 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 35 | 0 | 0.91 | 0.81 | 0.27 | 353.29 | 0.84 | 0.4 |
| Hex | BA | 10 | 23 | 0 | 5B | 51 | 1B | 161 | 54 | 28 |
| Octal | 272 | 20 | 43 | 0 | 133 | 121 | 33 | 541 | 124 | 50 |
| Binary | 10111010 | 10000 | 100011 | 0 | 1011011 | 1010001 | 11011 | 101100001 | 1010100 | 101000 |
Color Harmonies of #BA1023
Complementary color
Monochromatic Colors of #BA1023
Black with #BA1023
Text Example
Text Example
White with #BA1023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1023; }
p { color: rgb(186,16,35); }
H1.HeaderClassName
{
color: #BA1023;
}
.AnyTagClassName
{
color: #BA1023;
}
</style>
background-color css
<style>
a { background-color: #BA1023; }
a { background-color: rgb(186,16,35); }
div.DivClassName
{
background-color: #BA1023;
}
.BgClassName
{
background-color: #BA1023;
}
</style>
border-color css
<style>
span { border-color: #BA1023; }
span { border-color: rgb(186,16,35); }
td.TdClassName
{
border-color: #BA1023;
}
.TagClassName
{
border-color: #BA1023;
}
</style>