Shades of Rust #AA4C13
Tints of Rust #AA4C13
RGB
CMYK
RGB Variations
Color information
#AA4C13 (or 0xAA4C13) is known color: Rust. HEX triplet: AA, 4C and 13. RGB value is (170,76,19). Sum of RGB (Red+Green+Blue) = 170+76+19=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4C13 is #55B3EC. Grayscale: #616161. Windows color (decimal): -5616621 or 1264810. OLE color: 1264810.
HSL color Cylindrical-coordinate representation of color #AA4C13: hue angle of 22.65º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA4C13 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 76 | 19 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.33 |
| HSL | 22.65º | 0.8% | 0.37% | - |
| HSV(B) | 22.65º | 0.89% | 0.67% | - |
| XYZ | 19.28 | 13.76 | 2.26 | - |
| YUV | 97.61 | 83.64 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 19 | 0 | 0.55 | 0.89 | 0.33 | 22.65 | 0.8 | 0.37 |
| Hex | AA | 4C | 13 | 0 | 37 | 59 | 21 | 17 | 50 | 25 |
| Octal | 252 | 114 | 23 | 0 | 67 | 131 | 41 | 27 | 120 | 45 |
| Binary | 10101010 | 1001100 | 10011 | 0 | 110111 | 1011001 | 100001 | 10111 | 1010000 | 100101 |
Color Harmonies of #AA4C13
Complementary color
Monochromatic Colors of #AA4C13
Black with #AA4C13
Text Example
Text Example
White with #AA4C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4C13; }
p { color: rgb(170,76,19); }
H1.HeaderClassName
{
color: #AA4C13;
}
.AnyTagClassName
{
color: #AA4C13;
}
</style>
background-color css
<style>
a { background-color: #AA4C13; }
a { background-color: rgb(170,76,19); }
div.DivClassName
{
background-color: #AA4C13;
}
.BgClassName
{
background-color: #AA4C13;
}
</style>
border-color css
<style>
span { border-color: #AA4C13; }
span { border-color: rgb(170,76,19); }
td.TdClassName
{
border-color: #AA4C13;
}
.TagClassName
{
border-color: #AA4C13;
}
</style>