Shades of Fire Brick #AA160B
Tints of Fire Brick #AA160B
RGB
CMYK
RGB Variations
Color information
#AA160B (or 0xAA160B) is known color: Fire Brick. HEX triplet: AA, 16 and 0B. RGB value is (170,22,11). Sum of RGB (Red+Green+Blue) = 170+22+11=203 (26% of max value = 765). Red value is 170 (66.80% from 255 or 83.74% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 170 - color contains mainly: red. Hex color #AA160B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA160B is #55E9F4. Grayscale: #414141. Windows color (decimal): -5630453 or 726698. OLE color: 726698.
HSL color Cylindrical-coordinate representation of color #AA160B: hue angle of 4.15º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA160B is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 22 | 11 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.33 |
| HSL | 4.15º | 0.88% | 0.35% | - |
| HSV(B) | 4.15º | 0.94% | 0.67% | - |
| XYZ | 16.92 | 9.14 | 1.19 | - |
| YUV | 65 | 97.53 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 11 | 0 | 0.87 | 0.94 | 0.33 | 4.15 | 0.88 | 0.35 |
| Hex | AA | 16 | B | 0 | 57 | 5E | 21 | 4 | 58 | 23 |
| Octal | 252 | 26 | 13 | 0 | 127 | 136 | 41 | 4 | 130 | 43 |
| Binary | 10101010 | 10110 | 1011 | 0 | 1010111 | 1011110 | 100001 | 100 | 1011000 | 100011 |
Color Harmonies of #AA160B
Complementary color
Monochromatic Colors of #AA160B
Black with #AA160B
Text Example
Text Example
White with #AA160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA160B; }
p { color: rgb(170,22,11); }
H1.HeaderClassName
{
color: #AA160B;
}
.AnyTagClassName
{
color: #AA160B;
}
</style>
background-color css
<style>
a { background-color: #AA160B; }
a { background-color: rgb(170,22,11); }
div.DivClassName
{
background-color: #AA160B;
}
.BgClassName
{
background-color: #AA160B;
}
</style>
border-color css
<style>
span { border-color: #AA160B; }
span { border-color: rgb(170,22,11); }
td.TdClassName
{
border-color: #AA160B;
}
.TagClassName
{
border-color: #AA160B;
}
</style>