Shades of Fire Brick #A2160B
Tints of Fire Brick #A2160B
RGB
CMYK
RGB Variations
Color information
#A2160B (or 0xA2160B) is known color: Fire Brick. HEX triplet: A2, 16 and 0B. RGB value is (162,22,11). Sum of RGB (Red+Green+Blue) = 162+22+11=195 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.08% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 11 (4.69% from 255 or 5.64% from 195); Max value from RGB is 162 - color contains mainly: red. Hex color #A2160B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2160B is #5DE9F4. Grayscale: #3E3E3E. Windows color (decimal): -6154741 or 726690. OLE color: 726690.
HSL color Cylindrical-coordinate representation of color #A2160B: hue angle of 4.37º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2160B is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 22 | 11 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.36 |
| HSL | 4.37º | 0.87% | 0.34% | - |
| HSV(B) | 4.37º | 0.93% | 0.64% | - |
| XYZ | 15.25 | 8.28 | 1.11 | - |
| YUV | 62.61 | 98.88 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 22 | 11 | 0 | 0.86 | 0.93 | 0.36 | 4.37 | 0.87 | 0.34 |
| Hex | A2 | 16 | B | 0 | 56 | 5D | 24 | 4 | 57 | 22 |
| Octal | 242 | 26 | 13 | 0 | 126 | 135 | 44 | 4 | 127 | 42 |
| Binary | 10100010 | 10110 | 1011 | 0 | 1010110 | 1011101 | 100100 | 100 | 1010111 | 100010 |
Color Harmonies of #A2160B
Complementary color
Monochromatic Colors of #A2160B
Black with #A2160B
Text Example
Text Example
White with #A2160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2160B; }
p { color: rgb(162,22,11); }
H1.HeaderClassName
{
color: #A2160B;
}
.AnyTagClassName
{
color: #A2160B;
}
</style>
background-color css
<style>
a { background-color: #A2160B; }
a { background-color: rgb(162,22,11); }
div.DivClassName
{
background-color: #A2160B;
}
.BgClassName
{
background-color: #A2160B;
}
</style>
border-color css
<style>
span { border-color: #A2160B; }
span { border-color: rgb(162,22,11); }
td.TdClassName
{
border-color: #A2160B;
}
.TagClassName
{
border-color: #A2160B;
}
</style>