Shades of Fire Brick #AA2611
Tints of Fire Brick #AA2611
RGB
CMYK
RGB Variations
Color information
#AA2611 (or 0xAA2611) is known color: Fire Brick. HEX triplet: AA, 26 and 11. RGB value is (170,38,17). Sum of RGB (Red+Green+Blue) = 170+38+17=225 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.56% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2611 is #55D9EE. Grayscale: #4B4B4B. Windows color (decimal): -5626351 or 1124010. OLE color: 1124010.
HSL color Cylindrical-coordinate representation of color #AA2611: hue angle of 8.24º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA2611 is Cyan = 0, Magento = 0.78, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 17 | - |
| CMYK | 0 | 0.78 | 0.9 | 0.33 |
| HSL | 8.24º | 0.82% | 0.37% | - |
| HSV(B) | 8.24º | 0.9% | 0.67% | - |
| XYZ | 17.37 | 9.97 | 1.54 | - |
| YUV | 75.07 | 95.23 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 17 | 0 | 0.78 | 0.9 | 0.33 | 8.24 | 0.82 | 0.37 |
| Hex | AA | 26 | 11 | 0 | 4E | 5A | 21 | 8 | 52 | 25 |
| Octal | 252 | 46 | 21 | 0 | 116 | 132 | 41 | 10 | 122 | 45 |
| Binary | 10101010 | 100110 | 10001 | 0 | 1001110 | 1011010 | 100001 | 1000 | 1010010 | 100101 |
Color Harmonies of #AA2611
Complementary color
Monochromatic Colors of #AA2611
Black with #AA2611
Text Example
Text Example
White with #AA2611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2611; }
p { color: rgb(170,38,17); }
H1.HeaderClassName
{
color: #AA2611;
}
.AnyTagClassName
{
color: #AA2611;
}
</style>
background-color css
<style>
a { background-color: #AA2611; }
a { background-color: rgb(170,38,17); }
div.DivClassName
{
background-color: #AA2611;
}
.BgClassName
{
background-color: #AA2611;
}
</style>
border-color css
<style>
span { border-color: #AA2611; }
span { border-color: rgb(170,38,17); }
td.TdClassName
{
border-color: #AA2611;
}
.TagClassName
{
border-color: #AA2611;
}
</style>