Shades of Fire Brick #BA1713
Tints of Fire Brick #BA1713
RGB
CMYK
RGB Variations
Color information
#BA1713 (or 0xBA1713) is known color: Fire Brick. HEX triplet: BA, 17 and 13. RGB value is (186,23,19). Sum of RGB (Red+Green+Blue) = 186+23+19=228 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.58% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1713 is #45E8EC. Grayscale: #474747. Windows color (decimal): -4581613 or 1251258. OLE color: 1251258.
HSL color Cylindrical-coordinate representation of color #BA1713: hue angle of 1.44º degrees, saturation: 0.81, 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 #BA1713 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 19 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.27 |
| HSL | 1.44º | 0.81% | 0.4% | - |
| HSV(B) | 1.44º | 0.9% | 0.73% | - |
| XYZ | 20.67 | 11.1 | 1.67 | - |
| YUV | 71.28 | 98.5 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 19 | 0 | 0.88 | 0.90 | 0.27 | 1.44 | 0.81 | 0.4 |
| Hex | BA | 17 | 13 | 0 | 58 | 5A | 1B | 1 | 51 | 28 |
| Octal | 272 | 27 | 23 | 0 | 130 | 132 | 33 | 1 | 121 | 50 |
| Binary | 10111010 | 10111 | 10011 | 0 | 1011000 | 1011010 | 11011 | 1 | 1010001 | 101000 |
Color Harmonies of #BA1713
Complementary color
Monochromatic Colors of #BA1713
Black with #BA1713
Text Example
Text Example
White with #BA1713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1713; }
p { color: rgb(186,23,19); }
H1.HeaderClassName
{
color: #BA1713;
}
.AnyTagClassName
{
color: #BA1713;
}
</style>
background-color css
<style>
a { background-color: #BA1713; }
a { background-color: rgb(186,23,19); }
div.DivClassName
{
background-color: #BA1713;
}
.BgClassName
{
background-color: #BA1713;
}
</style>
border-color css
<style>
span { border-color: #BA1713; }
span { border-color: rgb(186,23,19); }
td.TdClassName
{
border-color: #BA1713;
}
.TagClassName
{
border-color: #BA1713;
}
</style>