Shades of Rust #AA4004
Tints of Rust #AA4004
RGB
CMYK
RGB Variations
Color information
#AA4004 (or 0xAA4004) is known color: Rust. HEX triplet: AA, 40 and 04. RGB value is (170,64,4). Sum of RGB (Red+Green+Blue) = 170+64+4=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4004 is #55BFFB. Grayscale: #595959. Windows color (decimal): -5619708 or 278698. OLE color: 278698.
HSL color Cylindrical-coordinate representation of color #AA4004: hue angle of 21.69º 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 #AA4004 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 4 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.33 |
| HSL | 21.69º | 0.95% | 0.34% | - |
| HSV(B) | 21.69º | 0.98% | 0.67% | - |
| XYZ | 18.43 | 12.22 | 1.5 | - |
| YUV | 88.85 | 80.12 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 4 | 0 | 0.62 | 0.98 | 0.33 | 21.69 | 0.95 | 0.34 |
| Hex | AA | 40 | 4 | 0 | 3E | 62 | 21 | 16 | 5F | 22 |
| Octal | 252 | 100 | 4 | 0 | 76 | 142 | 41 | 26 | 137 | 42 |
| Binary | 10101010 | 1000000 | 100 | 0 | 111110 | 1100010 | 100001 | 10110 | 1011111 | 100010 |
Color Harmonies of #AA4004
Complementary color
Monochromatic Colors of #AA4004
Black with #AA4004
Text Example
Text Example
White with #AA4004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4004; }
p { color: rgb(170,64,4); }
H1.HeaderClassName
{
color: #AA4004;
}
.AnyTagClassName
{
color: #AA4004;
}
</style>
background-color css
<style>
a { background-color: #AA4004; }
a { background-color: rgb(170,64,4); }
div.DivClassName
{
background-color: #AA4004;
}
.BgClassName
{
background-color: #AA4004;
}
</style>
border-color css
<style>
span { border-color: #AA4004; }
span { border-color: rgb(170,64,4); }
td.TdClassName
{
border-color: #AA4004;
}
.TagClassName
{
border-color: #AA4004;
}
</style>