Shades of Fire Brick #AA2616
Tints of Fire Brick #AA2616
RGB
CMYK
RGB Variations
Color information
#AA2616 (or 0xAA2616) is known color: Fire Brick. HEX triplet: AA, 26 and 16. RGB value is (170,38,22). Sum of RGB (Red+Green+Blue) = 170+38+22=230 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.91% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2616 is #55D9E9. Grayscale: #4B4B4B. Windows color (decimal): -5626346 or 1451690. OLE color: 1451690.
HSL color Cylindrical-coordinate representation of color #AA2616: hue angle of 6.49º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA2616 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 22 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.33 |
| HSL | 6.49º | 0.77% | 0.38% | - |
| HSV(B) | 6.49º | 0.87% | 0.67% | - |
| XYZ | 17.42 | 9.99 | 1.77 | - |
| YUV | 75.64 | 97.73 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 22 | 0 | 0.78 | 0.87 | 0.33 | 6.49 | 0.77 | 0.38 |
| Hex | AA | 26 | 16 | 0 | 4E | 57 | 21 | 6 | 4D | 26 |
| Octal | 252 | 46 | 26 | 0 | 116 | 127 | 41 | 6 | 115 | 46 |
| Binary | 10101010 | 100110 | 10110 | 0 | 1001110 | 1010111 | 100001 | 110 | 1001101 | 100110 |
Color Harmonies of #AA2616
Complementary color
Monochromatic Colors of #AA2616
Black with #AA2616
Text Example
Text Example
White with #AA2616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2616; }
p { color: rgb(170,38,22); }
H1.HeaderClassName
{
color: #AA2616;
}
.AnyTagClassName
{
color: #AA2616;
}
</style>
background-color css
<style>
a { background-color: #AA2616; }
a { background-color: rgb(170,38,22); }
div.DivClassName
{
background-color: #AA2616;
}
.BgClassName
{
background-color: #AA2616;
}
</style>
border-color css
<style>
span { border-color: #AA2616; }
span { border-color: rgb(170,38,22); }
td.TdClassName
{
border-color: #AA2616;
}
.TagClassName
{
border-color: #AA2616;
}
</style>