Shades of Rust #AA4111
Tints of Rust #AA4111
RGB
CMYK
RGB Variations
Color information
#AA4111 (or 0xAA4111) is known color: Rust. HEX triplet: AA, 41 and 11. RGB value is (170,65,17). Sum of RGB (Red+Green+Blue) = 170+65+17=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4111 is #55BEEE. Grayscale: #5B5B5B. Windows color (decimal): -5619439 or 1130922. OLE color: 1130922.
HSL color Cylindrical-coordinate representation of color #AA4111: hue angle of 18.82º 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 #AA4111 is Cyan = 0, Magento = 0.62, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 17 | - |
| CMYK | 0 | 0.62 | 0.9 | 0.33 |
| HSL | 18.82º | 0.82% | 0.37% | - |
| HSV(B) | 18.82º | 0.9% | 0.67% | - |
| XYZ | 18.57 | 12.37 | 1.94 | - |
| YUV | 90.92 | 86.29 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 17 | 0 | 0.62 | 0.9 | 0.33 | 18.82 | 0.82 | 0.37 |
| Hex | AA | 41 | 11 | 0 | 3E | 5A | 21 | 13 | 52 | 25 |
| Octal | 252 | 101 | 21 | 0 | 76 | 132 | 41 | 23 | 122 | 45 |
| Binary | 10101010 | 1000001 | 10001 | 0 | 111110 | 1011010 | 100001 | 10011 | 1010010 | 100101 |
Color Harmonies of #AA4111
Complementary color
Monochromatic Colors of #AA4111
Black with #AA4111
Text Example
Text Example
White with #AA4111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4111; }
p { color: rgb(170,65,17); }
H1.HeaderClassName
{
color: #AA4111;
}
.AnyTagClassName
{
color: #AA4111;
}
</style>
background-color css
<style>
a { background-color: #AA4111; }
a { background-color: rgb(170,65,17); }
div.DivClassName
{
background-color: #AA4111;
}
.BgClassName
{
background-color: #AA4111;
}
</style>
border-color css
<style>
span { border-color: #AA4111; }
span { border-color: rgb(170,65,17); }
td.TdClassName
{
border-color: #AA4111;
}
.TagClassName
{
border-color: #AA4111;
}
</style>