Shades of Fire Brick #A2110D
Tints of Fire Brick #A2110D
RGB
CMYK
RGB Variations
Color information
#A2110D (or 0xA2110D) is known color: Fire Brick. HEX triplet: A2, 11 and 0D. RGB value is (162,17,13). Sum of RGB (Red+Green+Blue) = 162+17+13=192 (25% of max value = 765). Red value is 162 (63.67% from 255 or 84.38% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 162 - color contains mainly: red. Hex color #A2110D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2110D is #5DEEF2. Grayscale: #3C3C3C. Windows color (decimal): -6156019 or 856482. OLE color: 856482.
HSL color Cylindrical-coordinate representation of color #A2110D: hue angle of 1.61º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2110D is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 17 | 13 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.36 |
| HSL | 1.61º | 0.85% | 0.34% | - |
| HSV(B) | 1.61º | 0.92% | 0.64% | - |
| XYZ | 15.17 | 8.11 | 1.15 | - |
| YUV | 59.9 | 101.54 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 13 | 0 | 0.90 | 0.92 | 0.36 | 1.61 | 0.85 | 0.34 |
| Hex | A2 | 11 | D | 0 | 5A | 5C | 24 | 2 | 55 | 22 |
| Octal | 242 | 21 | 15 | 0 | 132 | 134 | 44 | 2 | 125 | 42 |
| Binary | 10100010 | 10001 | 1101 | 0 | 1011010 | 1011100 | 100100 | 10 | 1010101 | 100010 |
Color Harmonies of #A2110D
Complementary color
Monochromatic Colors of #A2110D
Black with #A2110D
Text Example
Text Example
White with #A2110D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2110D; }
p { color: rgb(162,17,13); }
H1.HeaderClassName
{
color: #A2110D;
}
.AnyTagClassName
{
color: #A2110D;
}
</style>
background-color css
<style>
a { background-color: #A2110D; }
a { background-color: rgb(162,17,13); }
div.DivClassName
{
background-color: #A2110D;
}
.BgClassName
{
background-color: #A2110D;
}
</style>
border-color css
<style>
span { border-color: #A2110D; }
span { border-color: rgb(162,17,13); }
td.TdClassName
{
border-color: #A2110D;
}
.TagClassName
{
border-color: #A2110D;
}
</style>