Shades of Fire Brick #BA1911
Tints of Fire Brick #BA1911
RGB
CMYK
RGB Variations
Color information
#BA1911 (or 0xBA1911) is known color: Fire Brick. HEX triplet: BA, 19 and 11. RGB value is (186,25,17). Sum of RGB (Red+Green+Blue) = 186+25+17=228 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.58% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1911 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1911 is #45E6EE. Grayscale: #484848. Windows color (decimal): -4581103 or 1120698. OLE color: 1120698.
HSL color Cylindrical-coordinate representation of color #BA1911: hue angle of 2.84º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1911 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 17 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.27 |
| HSL | 2.84º | 0.83% | 0.4% | - |
| HSV(B) | 2.84º | 0.91% | 0.73% | - |
| XYZ | 20.7 | 11.17 | 1.6 | - |
| YUV | 72.23 | 96.84 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 17 | 0 | 0.87 | 0.91 | 0.27 | 2.84 | 0.83 | 0.4 |
| Hex | BA | 19 | 11 | 0 | 57 | 5B | 1B | 3 | 53 | 28 |
| Octal | 272 | 31 | 21 | 0 | 127 | 133 | 33 | 3 | 123 | 50 |
| Binary | 10111010 | 11001 | 10001 | 0 | 1010111 | 1011011 | 11011 | 11 | 1010011 | 101000 |
Color Harmonies of #BA1911
Complementary color
Monochromatic Colors of #BA1911
Black with #BA1911
Text Example
Text Example
White with #BA1911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1911; }
p { color: rgb(186,25,17); }
H1.HeaderClassName
{
color: #BA1911;
}
.AnyTagClassName
{
color: #BA1911;
}
</style>
background-color css
<style>
a { background-color: #BA1911; }
a { background-color: rgb(186,25,17); }
div.DivClassName
{
background-color: #BA1911;
}
.BgClassName
{
background-color: #BA1911;
}
</style>
border-color css
<style>
span { border-color: #BA1911; }
span { border-color: rgb(186,25,17); }
td.TdClassName
{
border-color: #BA1911;
}
.TagClassName
{
border-color: #BA1911;
}
</style>