Shades of Fire Brick #AA160F
Tints of Fire Brick #AA160F
RGB
CMYK
RGB Variations
Color information
#AA160F (or 0xAA160F) is known color: Fire Brick. HEX triplet: AA, 16 and 0F. RGB value is (170,22,15). Sum of RGB (Red+Green+Blue) = 170+22+15=207 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.13% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 170 - color contains mainly: red. Hex color #AA160F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA160F is #55E9F0. Grayscale: #414141. Windows color (decimal): -5630449 or 988842. OLE color: 988842.
HSL color Cylindrical-coordinate representation of color #AA160F: hue angle of 2.71º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA160F is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 22 | 15 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.33 |
| HSL | 2.71º | 0.84% | 0.36% | - |
| HSV(B) | 2.71º | 0.91% | 0.67% | - |
| XYZ | 16.95 | 9.15 | 1.33 | - |
| YUV | 65.45 | 99.53 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 15 | 0 | 0.87 | 0.91 | 0.33 | 2.71 | 0.84 | 0.36 |
| Hex | AA | 16 | F | 0 | 57 | 5B | 21 | 3 | 54 | 24 |
| Octal | 252 | 26 | 17 | 0 | 127 | 133 | 41 | 3 | 124 | 44 |
| Binary | 10101010 | 10110 | 1111 | 0 | 1010111 | 1011011 | 100001 | 11 | 1010100 | 100100 |
Color Harmonies of #AA160F
Complementary color
Monochromatic Colors of #AA160F
Black with #AA160F
Text Example
Text Example
White with #AA160F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA160F; }
p { color: rgb(170,22,15); }
H1.HeaderClassName
{
color: #AA160F;
}
.AnyTagClassName
{
color: #AA160F;
}
</style>
background-color css
<style>
a { background-color: #AA160F; }
a { background-color: rgb(170,22,15); }
div.DivClassName
{
background-color: #AA160F;
}
.BgClassName
{
background-color: #AA160F;
}
</style>
border-color css
<style>
span { border-color: #AA160F; }
span { border-color: rgb(170,22,15); }
td.TdClassName
{
border-color: #AA160F;
}
.TagClassName
{
border-color: #AA160F;
}
</style>