Shades of Fire Brick #AA1411
Tints of Fire Brick #AA1411
RGB
CMYK
RGB Variations
Color information
#AA1411 (or 0xAA1411) is known color: Fire Brick. HEX triplet: AA, 14 and 11. RGB value is (170,20,17). Sum of RGB (Red+Green+Blue) = 170+20+17=207 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.13% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1411 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1411 is #55EBEE. Grayscale: #404040. Windows color (decimal): -5630959 or 1119402. OLE color: 1119402.
HSL color Cylindrical-coordinate representation of color #AA1411: hue angle of 1.18º 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 #AA1411 is Cyan = 0, Magento = 0.88, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 17 | - |
| CMYK | 0 | 0.88 | 0.9 | 0.33 |
| HSL | 1.18º | 0.82% | 0.37% | - |
| HSV(B) | 1.18º | 0.9% | 0.67% | - |
| XYZ | 16.93 | 9.09 | 1.39 | - |
| YUV | 64.51 | 101.2 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 17 | 0 | 0.88 | 0.9 | 0.33 | 1.18 | 0.82 | 0.37 |
| Hex | AA | 14 | 11 | 0 | 58 | 5A | 21 | 1 | 52 | 25 |
| Octal | 252 | 24 | 21 | 0 | 130 | 132 | 41 | 1 | 122 | 45 |
| Binary | 10101010 | 10100 | 10001 | 0 | 1011000 | 1011010 | 100001 | 1 | 1010010 | 100101 |
Color Harmonies of #AA1411
Complementary color
Monochromatic Colors of #AA1411
Black with #AA1411
Text Example
Text Example
White with #AA1411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1411; }
p { color: rgb(170,20,17); }
H1.HeaderClassName
{
color: #AA1411;
}
.AnyTagClassName
{
color: #AA1411;
}
</style>
background-color css
<style>
a { background-color: #AA1411; }
a { background-color: rgb(170,20,17); }
div.DivClassName
{
background-color: #AA1411;
}
.BgClassName
{
background-color: #AA1411;
}
</style>
border-color css
<style>
span { border-color: #AA1411; }
span { border-color: rgb(170,20,17); }
td.TdClassName
{
border-color: #AA1411;
}
.TagClassName
{
border-color: #AA1411;
}
</style>