Shades of Fire Engine Red #BA1C1F
Tints of Fire Engine Red #BA1C1F
RGB
CMYK
RGB Variations
Color information
#BA1C1F (or 0xBA1C1F) is known color: Fire Engine Red. HEX triplet: BA, 1C and 1F. RGB value is (186,28,31). Sum of RGB (Red+Green+Blue) = 186+28+31=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1C1F is #45E3E0. Grayscale: #4B4B4B. Windows color (decimal): -4580321 or 2038970. OLE color: 2038970.
HSL color Cylindrical-coordinate representation of color #BA1C1F: hue angle of 358.86º degrees, saturation: 0.74, 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 #BA1C1F is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 28 | 31 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.27 |
| HSL | 358.86º | 0.74% | 0.42% | - |
| HSV(B) | 358.86º | 0.85% | 0.73% | - |
| XYZ | 20.91 | 11.37 | 2.39 | - |
| YUV | 75.58 | 102.85 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 31 | 0 | 0.85 | 0.83 | 0.27 | 358.86 | 0.74 | 0.42 |
| Hex | BA | 1C | 1F | 0 | 55 | 53 | 1B | 167 | 4A | 2A |
| Octal | 272 | 34 | 37 | 0 | 125 | 123 | 33 | 547 | 112 | 52 |
| Binary | 10111010 | 11100 | 11111 | 0 | 1010101 | 1010011 | 11011 | 101100111 | 1001010 | 101010 |
Color Harmonies of #BA1C1F
Complementary color
Monochromatic Colors of #BA1C1F
Black with #BA1C1F
Text Example
Text Example
White with #BA1C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1C1F; }
p { color: rgb(186,28,31); }
H1.HeaderClassName
{
color: #BA1C1F;
}
.AnyTagClassName
{
color: #BA1C1F;
}
</style>
background-color css
<style>
a { background-color: #BA1C1F; }
a { background-color: rgb(186,28,31); }
div.DivClassName
{
background-color: #BA1C1F;
}
.BgClassName
{
background-color: #BA1C1F;
}
</style>
border-color css
<style>
span { border-color: #BA1C1F; }
span { border-color: rgb(186,28,31); }
td.TdClassName
{
border-color: #BA1C1F;
}
.TagClassName
{
border-color: #BA1C1F;
}
</style>