Shades of Rust #AA3317
Tints of Rust #AA3317
RGB
CMYK
RGB Variations
Color information
#AA3317 (or 0xAA3317) is known color: Rust. HEX triplet: AA, 33 and 17. RGB value is (170,51,23). Sum of RGB (Red+Green+Blue) = 170+51+23=244 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.67% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3317 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3317 is #55CCE8. Grayscale: #535353. Windows color (decimal): -5623017 or 1520554. OLE color: 1520554.
HSL color Cylindrical-coordinate representation of color #AA3317: hue angle of 11.43º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA3317 is Cyan = 0, Magento = 0.7, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 51 | 23 | - |
| CMYK | 0 | 0.7 | 0.86 | 0.33 |
| HSL | 11.43º | 0.76% | 0.38% | - |
| HSV(B) | 11.43º | 0.86% | 0.67% | - |
| XYZ | 17.92 | 10.98 | 1.98 | - |
| YUV | 83.39 | 93.92 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 51 | 23 | 0 | 0.7 | 0.86 | 0.33 | 11.43 | 0.76 | 0.38 |
| Hex | AA | 33 | 17 | 0 | 46 | 56 | 21 | B | 4C | 26 |
| Octal | 252 | 63 | 27 | 0 | 106 | 126 | 41 | 13 | 114 | 46 |
| Binary | 10101010 | 110011 | 10111 | 0 | 1000110 | 1010110 | 100001 | 1011 | 1001100 | 100110 |
Color Harmonies of #AA3317
Complementary color
Monochromatic Colors of #AA3317
Black with #AA3317
Text Example
Text Example
White with #AA3317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3317; }
p { color: rgb(170,51,23); }
H1.HeaderClassName
{
color: #AA3317;
}
.AnyTagClassName
{
color: #AA3317;
}
</style>
background-color css
<style>
a { background-color: #AA3317; }
a { background-color: rgb(170,51,23); }
div.DivClassName
{
background-color: #AA3317;
}
.BgClassName
{
background-color: #AA3317;
}
</style>
border-color css
<style>
span { border-color: #AA3317; }
span { border-color: rgb(170,51,23); }
td.TdClassName
{
border-color: #AA3317;
}
.TagClassName
{
border-color: #AA3317;
}
</style>