Shades of Fire Brick #BA1711
Tints of Fire Brick #BA1711
RGB
CMYK
RGB Variations
Color information
#BA1711 (or 0xBA1711) is known color: Fire Brick. HEX triplet: BA, 17 and 11. RGB value is (186,23,17). Sum of RGB (Red+Green+Blue) = 186+23+17=226 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.30% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1711 is #45E8EE. Grayscale: #474747. Windows color (decimal): -4581615 or 1120186. OLE color: 1120186.
HSL color Cylindrical-coordinate representation of color #BA1711: hue angle of 2.13º 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 #BA1711 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 17 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.27 |
| HSL | 2.13º | 0.83% | 0.4% | - |
| HSV(B) | 2.13º | 0.91% | 0.73% | - |
| XYZ | 20.66 | 11.09 | 1.58 | - |
| YUV | 71.05 | 97.5 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 17 | 0 | 0.88 | 0.91 | 0.27 | 2.13 | 0.83 | 0.4 |
| Hex | BA | 17 | 11 | 0 | 58 | 5B | 1B | 2 | 53 | 28 |
| Octal | 272 | 27 | 21 | 0 | 130 | 133 | 33 | 2 | 123 | 50 |
| Binary | 10111010 | 10111 | 10001 | 0 | 1011000 | 1011011 | 11011 | 10 | 1010011 | 101000 |
Color Harmonies of #BA1711
Complementary color
Monochromatic Colors of #BA1711
Black with #BA1711
Text Example
Text Example
White with #BA1711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1711; }
p { color: rgb(186,23,17); }
H1.HeaderClassName
{
color: #BA1711;
}
.AnyTagClassName
{
color: #BA1711;
}
</style>
background-color css
<style>
a { background-color: #BA1711; }
a { background-color: rgb(186,23,17); }
div.DivClassName
{
background-color: #BA1711;
}
.BgClassName
{
background-color: #BA1711;
}
</style>
border-color css
<style>
span { border-color: #BA1711; }
span { border-color: rgb(186,23,17); }
td.TdClassName
{
border-color: #BA1711;
}
.TagClassName
{
border-color: #BA1711;
}
</style>