Shades of Fire Brick #BA1712
Tints of Fire Brick #BA1712
RGB
CMYK
RGB Variations
Color information
#BA1712 (or 0xBA1712) is known color: Fire Brick. HEX triplet: BA, 17 and 12. RGB value is (186,23,18). Sum of RGB (Red+Green+Blue) = 186+23+18=227 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.94% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1712 is #45E8ED. Grayscale: #474747. Windows color (decimal): -4581614 or 1185722. OLE color: 1185722.
HSL color Cylindrical-coordinate representation of color #BA1712: hue angle of 1.79º 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 #BA1712 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 18 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.27 |
| HSL | 1.79º | 0.82% | 0.4% | - |
| HSV(B) | 1.79º | 0.9% | 0.73% | - |
| XYZ | 20.67 | 11.1 | 1.62 | - |
| YUV | 71.17 | 98 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 18 | 0 | 0.88 | 0.90 | 0.27 | 1.79 | 0.82 | 0.4 |
| Hex | BA | 17 | 12 | 0 | 58 | 5A | 1B | 2 | 52 | 28 |
| Octal | 272 | 27 | 22 | 0 | 130 | 132 | 33 | 2 | 122 | 50 |
| Binary | 10111010 | 10111 | 10010 | 0 | 1011000 | 1011010 | 11011 | 10 | 1010010 | 101000 |
Color Harmonies of #BA1712
Complementary color
Monochromatic Colors of #BA1712
Black with #BA1712
Text Example
Text Example
White with #BA1712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1712; }
p { color: rgb(186,23,18); }
H1.HeaderClassName
{
color: #BA1712;
}
.AnyTagClassName
{
color: #BA1712;
}
</style>
background-color css
<style>
a { background-color: #BA1712; }
a { background-color: rgb(186,23,18); }
div.DivClassName
{
background-color: #BA1712;
}
.BgClassName
{
background-color: #BA1712;
}
</style>
border-color css
<style>
span { border-color: #BA1712; }
span { border-color: rgb(186,23,18); }
td.TdClassName
{
border-color: #BA1712;
}
.TagClassName
{
border-color: #BA1712;
}
</style>