Shades of Fire Brick #BA1612
Tints of Fire Brick #BA1612
RGB
CMYK
RGB Variations
Color information
#BA1612 (or 0xBA1612) is known color: Fire Brick. HEX triplet: BA, 16 and 12. RGB value is (186,22,18). Sum of RGB (Red+Green+Blue) = 186+22+18=226 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.30% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1612 is #45E9ED. Grayscale: #464646. Windows color (decimal): -4581870 or 1185466. OLE color: 1185466.
HSL color Cylindrical-coordinate representation of color #BA1612: hue angle of 1.43º 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 #BA1612 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 18 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.27 |
| HSL | 1.43º | 0.82% | 0.4% | - |
| HSV(B) | 1.43º | 0.9% | 0.73% | - |
| XYZ | 20.65 | 11.06 | 1.62 | - |
| YUV | 70.58 | 98.33 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 18 | 0 | 0.88 | 0.90 | 0.27 | 1.43 | 0.82 | 0.4 |
| Hex | BA | 16 | 12 | 0 | 58 | 5A | 1B | 1 | 52 | 28 |
| Octal | 272 | 26 | 22 | 0 | 130 | 132 | 33 | 1 | 122 | 50 |
| Binary | 10111010 | 10110 | 10010 | 0 | 1011000 | 1011010 | 11011 | 1 | 1010010 | 101000 |
Color Harmonies of #BA1612
Complementary color
Monochromatic Colors of #BA1612
Black with #BA1612
Text Example
Text Example
White with #BA1612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1612; }
p { color: rgb(186,22,18); }
H1.HeaderClassName
{
color: #BA1612;
}
.AnyTagClassName
{
color: #BA1612;
}
</style>
background-color css
<style>
a { background-color: #BA1612; }
a { background-color: rgb(186,22,18); }
div.DivClassName
{
background-color: #BA1612;
}
.BgClassName
{
background-color: #BA1612;
}
</style>
border-color css
<style>
span { border-color: #BA1612; }
span { border-color: rgb(186,22,18); }
td.TdClassName
{
border-color: #BA1612;
}
.TagClassName
{
border-color: #BA1612;
}
</style>