Shades of Fire Engine Red #BA1B23
Tints of Fire Engine Red #BA1B23
RGB
CMYK
RGB Variations
Color information
#BA1B23 (or 0xBA1B23) is known color: Fire Engine Red. HEX triplet: BA, 1B and 23. RGB value is (186,27,35). Sum of RGB (Red+Green+Blue) = 186+27+35=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1B23 is #45E4DC. Grayscale: #4B4B4B. Windows color (decimal): -4580573 or 2300858. OLE color: 2300858.
HSL color Cylindrical-coordinate representation of color #BA1B23: hue angle of 356.98º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1B23 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 27 | 35 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.27 |
| HSL | 356.98º | 0.75% | 0.42% | - |
| HSV(B) | 356.98º | 0.85% | 0.73% | - |
| XYZ | 20.95 | 11.34 | 2.68 | - |
| YUV | 75.45 | 105.18 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 35 | 0 | 0.85 | 0.81 | 0.27 | 356.98 | 0.75 | 0.42 |
| Hex | BA | 1B | 23 | 0 | 55 | 51 | 1B | 165 | 4B | 2A |
| Octal | 272 | 33 | 43 | 0 | 125 | 121 | 33 | 545 | 113 | 52 |
| Binary | 10111010 | 11011 | 100011 | 0 | 1010101 | 1010001 | 11011 | 101100101 | 1001011 | 101010 |
Color Harmonies of #BA1B23
Complementary color
Monochromatic Colors of #BA1B23
Black with #BA1B23
Text Example
Text Example
White with #BA1B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1B23; }
p { color: rgb(186,27,35); }
H1.HeaderClassName
{
color: #BA1B23;
}
.AnyTagClassName
{
color: #BA1B23;
}
</style>
background-color css
<style>
a { background-color: #BA1B23; }
a { background-color: rgb(186,27,35); }
div.DivClassName
{
background-color: #BA1B23;
}
.BgClassName
{
background-color: #BA1B23;
}
</style>
border-color css
<style>
span { border-color: #BA1B23; }
span { border-color: rgb(186,27,35); }
td.TdClassName
{
border-color: #BA1B23;
}
.TagClassName
{
border-color: #BA1B23;
}
</style>