Shades of Fire Engine Red #BA1523
Tints of Fire Engine Red #BA1523
RGB
CMYK
RGB Variations
Color information
#BA1523 (or 0xBA1523) is known color: Fire Engine Red. HEX triplet: BA, 15 and 23. RGB value is (186,21,35). Sum of RGB (Red+Green+Blue) = 186+21+35=242 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.86% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 35 (14.06% from 255 or 14.46% from 242); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1523 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1523 is #45EADC. Grayscale: #484848. Windows color (decimal): -4582109 or 2299322. OLE color: 2299322.
HSL color Cylindrical-coordinate representation of color #BA1523: hue angle of 354.91º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1523 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 35 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.27 |
| HSL | 354.91º | 0.8% | 0.41% | - |
| HSV(B) | 354.91º | 0.89% | 0.73% | - |
| XYZ | 20.82 | 11.1 | 2.63 | - |
| YUV | 71.93 | 107.16 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 35 | 0 | 0.89 | 0.81 | 0.27 | 354.91 | 0.8 | 0.41 |
| Hex | BA | 15 | 23 | 0 | 59 | 51 | 1B | 163 | 50 | 29 |
| Octal | 272 | 25 | 43 | 0 | 131 | 121 | 33 | 543 | 120 | 51 |
| Binary | 10111010 | 10101 | 100011 | 0 | 1011001 | 1010001 | 11011 | 101100011 | 1010000 | 101001 |
Color Harmonies of #BA1523
Complementary color
Monochromatic Colors of #BA1523
Black with #BA1523
Text Example
Text Example
White with #BA1523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1523; }
p { color: rgb(186,21,35); }
H1.HeaderClassName
{
color: #BA1523;
}
.AnyTagClassName
{
color: #BA1523;
}
</style>
background-color css
<style>
a { background-color: #BA1523; }
a { background-color: rgb(186,21,35); }
div.DivClassName
{
background-color: #BA1523;
}
.BgClassName
{
background-color: #BA1523;
}
</style>
border-color css
<style>
span { border-color: #BA1523; }
span { border-color: rgb(186,21,35); }
td.TdClassName
{
border-color: #BA1523;
}
.TagClassName
{
border-color: #BA1523;
}
</style>