Shades of Fire Brick #AA1111
Tints of Fire Brick #AA1111
RGB
CMYK
RGB Variations
Color information
#AA1111 (or 0xAA1111) is known color: Fire Brick. HEX triplet: AA, 11 and 11. RGB value is (170,17,17). Sum of RGB (Red+Green+Blue) = 170+17+17=204 (27% of max value = 765). Red value is 170 (66.80% from 255 or 83.33% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 17 (7.03% from 255 or 8.33% from 204); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1111 is #55EEEE. Grayscale: #3E3E3E. Windows color (decimal): -5631727 or 1118634. OLE color: 1118634.
HSL color Cylindrical-coordinate representation of color #AA1111: hue angle of 0º 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 #AA1111 is Cyan = 0, Magento = 0.9, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 17 | - |
| CMYK | 0 | 0.9 | 0.9 | 0.33 |
| HSL | 0º | 0.82% | 0.37% | - |
| HSV(B) | 0º | 0.9% | 0.67% | - |
| XYZ | 16.88 | 8.99 | 1.38 | - |
| YUV | 62.75 | 102.19 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 17 | 0 | 0.9 | 0.9 | 0.33 | 0 | 0.82 | 0.37 |
| Hex | AA | 11 | 11 | 0 | 5A | 5A | 21 | 0 | 52 | 25 |
| Octal | 252 | 21 | 21 | 0 | 132 | 132 | 41 | 0 | 122 | 45 |
| Binary | 10101010 | 10001 | 10001 | 0 | 1011010 | 1011010 | 100001 | 0 | 1010010 | 100101 |
Color Harmonies of #AA1111
Complementary color
Monochromatic Colors of #AA1111
Black with #AA1111
Text Example
Text Example
White with #AA1111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1111; }
p { color: rgb(170,17,17); }
H1.HeaderClassName
{
color: #AA1111;
}
.AnyTagClassName
{
color: #AA1111;
}
</style>
background-color css
<style>
a { background-color: #AA1111; }
a { background-color: rgb(170,17,17); }
div.DivClassName
{
background-color: #AA1111;
}
.BgClassName
{
background-color: #AA1111;
}
</style>
border-color css
<style>
span { border-color: #AA1111; }
span { border-color: rgb(170,17,17); }
td.TdClassName
{
border-color: #AA1111;
}
.TagClassName
{
border-color: #AA1111;
}
</style>