Shades of Rust #AA4411
Tints of Rust #AA4411
RGB
CMYK
RGB Variations
Color information
#AA4411 (or 0xAA4411) is known color: Rust. HEX triplet: AA, 44 and 11. RGB value is (170,68,17). Sum of RGB (Red+Green+Blue) = 170+68+17=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4411 is #55BBEE. Grayscale: #5C5C5C. Windows color (decimal): -5618671 or 1131690. OLE color: 1131690.
HSL color Cylindrical-coordinate representation of color #AA4411: hue angle of 20º 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 #AA4411 is Cyan = 0, Magento = 0.6, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 17 | - |
| CMYK | 0 | 0.6 | 0.9 | 0.33 |
| HSL | 20º | 0.82% | 0.37% | - |
| HSV(B) | 20º | 0.9% | 0.67% | - |
| XYZ | 18.75 | 12.72 | 2 | - |
| YUV | 92.68 | 85.29 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 17 | 0 | 0.6 | 0.9 | 0.33 | 20 | 0.82 | 0.37 |
| Hex | AA | 44 | 11 | 0 | 3C | 5A | 21 | 14 | 52 | 25 |
| Octal | 252 | 104 | 21 | 0 | 74 | 132 | 41 | 24 | 122 | 45 |
| Binary | 10101010 | 1000100 | 10001 | 0 | 111100 | 1011010 | 100001 | 10100 | 1010010 | 100101 |
Color Harmonies of #AA4411
Complementary color
Monochromatic Colors of #AA4411
Black with #AA4411
Text Example
Text Example
White with #AA4411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4411; }
p { color: rgb(170,68,17); }
H1.HeaderClassName
{
color: #AA4411;
}
.AnyTagClassName
{
color: #AA4411;
}
</style>
background-color css
<style>
a { background-color: #AA4411; }
a { background-color: rgb(170,68,17); }
div.DivClassName
{
background-color: #AA4411;
}
.BgClassName
{
background-color: #AA4411;
}
</style>
border-color css
<style>
span { border-color: #AA4411; }
span { border-color: rgb(170,68,17); }
td.TdClassName
{
border-color: #AA4411;
}
.TagClassName
{
border-color: #AA4411;
}
</style>