Shades of Rust #AA4511
Tints of Rust #AA4511
RGB
CMYK
RGB Variations
Color information
#AA4511 (or 0xAA4511) is known color: Rust. HEX triplet: AA, 45 and 11. RGB value is (170,69,17). Sum of RGB (Red+Green+Blue) = 170+69+17=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4511 is #55BAEE. Grayscale: #5D5D5D. Windows color (decimal): -5618415 or 1131946. OLE color: 1131946.
HSL color Cylindrical-coordinate representation of color #AA4511: hue angle of 20.39º 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 #AA4511 is Cyan = 0, Magento = 0.59, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 69 | 17 | - |
| CMYK | 0 | 0.59 | 0.9 | 0.33 |
| HSL | 20.39º | 0.82% | 0.37% | - |
| HSV(B) | 20.39º | 0.9% | 0.67% | - |
| XYZ | 18.81 | 12.84 | 2.02 | - |
| YUV | 93.27 | 84.96 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 17 | 0 | 0.59 | 0.9 | 0.33 | 20.39 | 0.82 | 0.37 |
| Hex | AA | 45 | 11 | 0 | 3B | 5A | 21 | 14 | 52 | 25 |
| Octal | 252 | 105 | 21 | 0 | 73 | 132 | 41 | 24 | 122 | 45 |
| Binary | 10101010 | 1000101 | 10001 | 0 | 111011 | 1011010 | 100001 | 10100 | 1010010 | 100101 |
Color Harmonies of #AA4511
Complementary color
Monochromatic Colors of #AA4511
Black with #AA4511
Text Example
Text Example
White with #AA4511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4511; }
p { color: rgb(170,69,17); }
H1.HeaderClassName
{
color: #AA4511;
}
.AnyTagClassName
{
color: #AA4511;
}
</style>
background-color css
<style>
a { background-color: #AA4511; }
a { background-color: rgb(170,69,17); }
div.DivClassName
{
background-color: #AA4511;
}
.BgClassName
{
background-color: #AA4511;
}
</style>
border-color css
<style>
span { border-color: #AA4511; }
span { border-color: rgb(170,69,17); }
td.TdClassName
{
border-color: #AA4511;
}
.TagClassName
{
border-color: #AA4511;
}
</style>