Shades of Fire Brick #BA1F14
Tints of Fire Brick #BA1F14
RGB
CMYK
RGB Variations
Color information
#BA1F14 (or 0xBA1F14) is known color: Fire Brick. HEX triplet: BA, 1F and 14. RGB value is (186,31,20). Sum of RGB (Red+Green+Blue) = 186+31+20=237 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.48% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1F14 is #45E0EB. Grayscale: #4C4C4C. Windows color (decimal): -4579564 or 1318842. OLE color: 1318842.
HSL color Cylindrical-coordinate representation of color #BA1F14: hue angle of 3.98º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1F14 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 31 | 20 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.27 |
| HSL | 3.98º | 0.81% | 0.4% | - |
| HSV(B) | 3.98º | 0.89% | 0.73% | - |
| XYZ | 20.87 | 11.47 | 1.78 | - |
| YUV | 76.09 | 96.35 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 20 | 0 | 0.83 | 0.89 | 0.27 | 3.98 | 0.81 | 0.4 |
| Hex | BA | 1F | 14 | 0 | 53 | 59 | 1B | 4 | 51 | 28 |
| Octal | 272 | 37 | 24 | 0 | 123 | 131 | 33 | 4 | 121 | 50 |
| Binary | 10111010 | 11111 | 10100 | 0 | 1010011 | 1011001 | 11011 | 100 | 1010001 | 101000 |
Color Harmonies of #BA1F14
Complementary color
Monochromatic Colors of #BA1F14
Black with #BA1F14
Text Example
Text Example
White with #BA1F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1F14; }
p { color: rgb(186,31,20); }
H1.HeaderClassName
{
color: #BA1F14;
}
.AnyTagClassName
{
color: #BA1F14;
}
</style>
background-color css
<style>
a { background-color: #BA1F14; }
a { background-color: rgb(186,31,20); }
div.DivClassName
{
background-color: #BA1F14;
}
.BgClassName
{
background-color: #BA1F14;
}
</style>
border-color css
<style>
span { border-color: #BA1F14; }
span { border-color: rgb(186,31,20); }
td.TdClassName
{
border-color: #BA1F14;
}
.TagClassName
{
border-color: #BA1F14;
}
</style>