Shades of Fire Brick #BA1F12
Tints of Fire Brick #BA1F12
RGB
CMYK
RGB Variations
Color information
#BA1F12 (or 0xBA1F12) is known color: Fire Brick. HEX triplet: BA, 1F and 12. RGB value is (186,31,18). Sum of RGB (Red+Green+Blue) = 186+31+18=235 (31% of max value = 765). Red value is 186 (73.05% from 255 or 79.15% from 235); Green value is 31 (12.5% from 255 or 13.19% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1F12 is #45E0ED. Grayscale: #4C4C4C. Windows color (decimal): -4579566 or 1187770. OLE color: 1187770.
HSL color Cylindrical-coordinate representation of color #BA1F12: hue angle of 4.64º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1F12 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 31 | 18 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.27 |
| HSL | 4.64º | 0.82% | 0.4% | - |
| HSV(B) | 4.64º | 0.9% | 0.73% | - |
| XYZ | 20.85 | 11.46 | 1.69 | - |
| YUV | 75.86 | 95.35 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 18 | 0 | 0.83 | 0.90 | 0.27 | 4.64 | 0.82 | 0.4 |
| Hex | BA | 1F | 12 | 0 | 53 | 5A | 1B | 5 | 52 | 28 |
| Octal | 272 | 37 | 22 | 0 | 123 | 132 | 33 | 5 | 122 | 50 |
| Binary | 10111010 | 11111 | 10010 | 0 | 1010011 | 1011010 | 11011 | 101 | 1010010 | 101000 |
Color Harmonies of #BA1F12
Complementary color
Monochromatic Colors of #BA1F12
Black with #BA1F12
Text Example
Text Example
White with #BA1F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1F12; }
p { color: rgb(186,31,18); }
H1.HeaderClassName
{
color: #BA1F12;
}
.AnyTagClassName
{
color: #BA1F12;
}
</style>
background-color css
<style>
a { background-color: #BA1F12; }
a { background-color: rgb(186,31,18); }
div.DivClassName
{
background-color: #BA1F12;
}
.BgClassName
{
background-color: #BA1F12;
}
</style>
border-color css
<style>
span { border-color: #BA1F12; }
span { border-color: rgb(186,31,18); }
td.TdClassName
{
border-color: #BA1F12;
}
.TagClassName
{
border-color: #BA1F12;
}
</style>