Shades of Fire Brick #BA1614
Tints of Fire Brick #BA1614
RGB
CMYK
RGB Variations
Color information
#BA1614 (or 0xBA1614) is known color: Fire Brick. HEX triplet: BA, 16 and 14. RGB value is (186,22,20). Sum of RGB (Red+Green+Blue) = 186+22+20=228 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.58% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1614 is #45E9EB. Grayscale: #464646. Windows color (decimal): -4581868 or 1316538. OLE color: 1316538.
HSL color Cylindrical-coordinate representation of color #BA1614: hue angle of 0.72º 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 #BA1614 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 20 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.27 |
| HSL | 0.72º | 0.81% | 0.4% | - |
| HSV(B) | 0.72º | 0.89% | 0.73% | - |
| XYZ | 20.66 | 11.06 | 1.71 | - |
| YUV | 70.81 | 99.33 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 20 | 0 | 0.88 | 0.89 | 0.27 | 0.72 | 0.81 | 0.4 |
| Hex | BA | 16 | 14 | 0 | 58 | 59 | 1B | 1 | 51 | 28 |
| Octal | 272 | 26 | 24 | 0 | 130 | 131 | 33 | 1 | 121 | 50 |
| Binary | 10111010 | 10110 | 10100 | 0 | 1011000 | 1011001 | 11011 | 1 | 1010001 | 101000 |
Color Harmonies of #BA1614
Complementary color
Monochromatic Colors of #BA1614
Black with #BA1614
Text Example
Text Example
White with #BA1614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1614; }
p { color: rgb(186,22,20); }
H1.HeaderClassName
{
color: #BA1614;
}
.AnyTagClassName
{
color: #BA1614;
}
</style>
background-color css
<style>
a { background-color: #BA1614; }
a { background-color: rgb(186,22,20); }
div.DivClassName
{
background-color: #BA1614;
}
.BgClassName
{
background-color: #BA1614;
}
</style>
border-color css
<style>
span { border-color: #BA1614; }
span { border-color: rgb(186,22,20); }
td.TdClassName
{
border-color: #BA1614;
}
.TagClassName
{
border-color: #BA1614;
}
</style>