Shades of Fire Brick #AA160D
Tints of Fire Brick #AA160D
RGB
CMYK
RGB Variations
Color information
#AA160D (or 0xAA160D) is known color: Fire Brick. HEX triplet: AA, 16 and 0D. RGB value is (170,22,13). Sum of RGB (Red+Green+Blue) = 170+22+13=205 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.93% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 170 - color contains mainly: red. Hex color #AA160D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA160D is #55E9F2. Grayscale: #414141. Windows color (decimal): -5630451 or 857770. OLE color: 857770.
HSL color Cylindrical-coordinate representation of color #AA160D: hue angle of 3.44º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA160D is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 22 | 13 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.33 |
| HSL | 3.44º | 0.86% | 0.36% | - |
| HSV(B) | 3.44º | 0.92% | 0.67% | - |
| XYZ | 16.94 | 9.15 | 1.25 | - |
| YUV | 65.23 | 98.53 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 13 | 0 | 0.87 | 0.92 | 0.33 | 3.44 | 0.86 | 0.36 |
| Hex | AA | 16 | D | 0 | 57 | 5C | 21 | 3 | 56 | 24 |
| Octal | 252 | 26 | 15 | 0 | 127 | 134 | 41 | 3 | 126 | 44 |
| Binary | 10101010 | 10110 | 1101 | 0 | 1010111 | 1011100 | 100001 | 11 | 1010110 | 100100 |
Color Harmonies of #AA160D
Complementary color
Monochromatic Colors of #AA160D
Black with #AA160D
Text Example
Text Example
White with #AA160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA160D; }
p { color: rgb(170,22,13); }
H1.HeaderClassName
{
color: #AA160D;
}
.AnyTagClassName
{
color: #AA160D;
}
</style>
background-color css
<style>
a { background-color: #AA160D; }
a { background-color: rgb(170,22,13); }
div.DivClassName
{
background-color: #AA160D;
}
.BgClassName
{
background-color: #AA160D;
}
</style>
border-color css
<style>
span { border-color: #AA160D; }
span { border-color: rgb(170,22,13); }
td.TdClassName
{
border-color: #AA160D;
}
.TagClassName
{
border-color: #AA160D;
}
</style>