Shades of Fire Brick #AA1311
Tints of Fire Brick #AA1311
RGB
CMYK
RGB Variations
Color information
#AA1311 (or 0xAA1311) is known color: Fire Brick. HEX triplet: AA, 13 and 11. RGB value is (170,19,17). Sum of RGB (Red+Green+Blue) = 170+19+17=206 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.52% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1311 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1311 is #55ECEE. Grayscale: #404040. Windows color (decimal): -5631215 or 1119146. OLE color: 1119146.
HSL color Cylindrical-coordinate representation of color #AA1311: hue angle of 0.78º 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 #AA1311 is Cyan = 0, Magento = 0.89, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 17 | - |
| CMYK | 0 | 0.89 | 0.9 | 0.33 |
| HSL | 0.78º | 0.82% | 0.37% | - |
| HSV(B) | 0.78º | 0.9% | 0.67% | - |
| XYZ | 16.91 | 9.05 | 1.39 | - |
| YUV | 63.92 | 101.53 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 17 | 0 | 0.89 | 0.9 | 0.33 | 0.78 | 0.82 | 0.37 |
| Hex | AA | 13 | 11 | 0 | 59 | 5A | 21 | 1 | 52 | 25 |
| Octal | 252 | 23 | 21 | 0 | 131 | 132 | 41 | 1 | 122 | 45 |
| Binary | 10101010 | 10011 | 10001 | 0 | 1011001 | 1011010 | 100001 | 1 | 1010010 | 100101 |
Color Harmonies of #AA1311
Complementary color
Monochromatic Colors of #AA1311
Black with #AA1311
Text Example
Text Example
White with #AA1311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1311; }
p { color: rgb(170,19,17); }
H1.HeaderClassName
{
color: #AA1311;
}
.AnyTagClassName
{
color: #AA1311;
}
</style>
background-color css
<style>
a { background-color: #AA1311; }
a { background-color: rgb(170,19,17); }
div.DivClassName
{
background-color: #AA1311;
}
.BgClassName
{
background-color: #AA1311;
}
</style>
border-color css
<style>
span { border-color: #AA1311; }
span { border-color: rgb(170,19,17); }
td.TdClassName
{
border-color: #AA1311;
}
.TagClassName
{
border-color: #AA1311;
}
</style>