Shades of Fire Brick #AA2004
Tints of Fire Brick #AA2004
RGB
CMYK
RGB Variations
Color information
#AA2004 (or 0xAA2004) is known color: Fire Brick. HEX triplet: AA, 20 and 04. RGB value is (170,32,4). Sum of RGB (Red+Green+Blue) = 170+32+4=206 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.52% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2004 is #55DFFB. Grayscale: #464646. Windows color (decimal): -5627900 or 270506. OLE color: 270506.
HSL color Cylindrical-coordinate representation of color #AA2004: hue angle of 10.12º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA2004 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 4 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.33 |
| HSL | 10.12º | 0.95% | 0.34% | - |
| HSV(B) | 10.12º | 0.98% | 0.67% | - |
| XYZ | 17.12 | 9.59 | 1.06 | - |
| YUV | 70.07 | 90.72 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 4 | 0 | 0.81 | 0.98 | 0.33 | 10.12 | 0.95 | 0.34 |
| Hex | AA | 20 | 4 | 0 | 51 | 62 | 21 | A | 5F | 22 |
| Octal | 252 | 40 | 4 | 0 | 121 | 142 | 41 | 12 | 137 | 42 |
| Binary | 10101010 | 100000 | 100 | 0 | 1010001 | 1100010 | 100001 | 1010 | 1011111 | 100010 |
Color Harmonies of #AA2004
Complementary color
Monochromatic Colors of #AA2004
Black with #AA2004
Text Example
Text Example
White with #AA2004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2004; }
p { color: rgb(170,32,4); }
H1.HeaderClassName
{
color: #AA2004;
}
.AnyTagClassName
{
color: #AA2004;
}
</style>
background-color css
<style>
a { background-color: #AA2004; }
a { background-color: rgb(170,32,4); }
div.DivClassName
{
background-color: #AA2004;
}
.BgClassName
{
background-color: #AA2004;
}
</style>
border-color css
<style>
span { border-color: #AA2004; }
span { border-color: rgb(170,32,4); }
td.TdClassName
{
border-color: #AA2004;
}
.TagClassName
{
border-color: #AA2004;
}
</style>