Shades of Rust #AA4414
Tints of Rust #AA4414
RGB
CMYK
RGB Variations
Color information
#AA4414 (or 0xAA4414) is known color: Rust. HEX triplet: AA, 44 and 14. RGB value is (170,68,20). Sum of RGB (Red+Green+Blue) = 170+68+20=258 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.89% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4414 is #55BBEB. Grayscale: #5D5D5D. Windows color (decimal): -5618668 or 1328298. OLE color: 1328298.
HSL color Cylindrical-coordinate representation of color #AA4414: hue angle of 19.2º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA4414 is Cyan = 0, Magento = 0.6, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 20 | - |
| CMYK | 0 | 0.6 | 0.88 | 0.33 |
| HSL | 19.2º | 0.79% | 0.37% | - |
| HSV(B) | 19.2º | 0.88% | 0.67% | - |
| XYZ | 18.77 | 12.73 | 2.13 | - |
| YUV | 93.03 | 86.79 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 20 | 0 | 0.6 | 0.88 | 0.33 | 19.2 | 0.79 | 0.37 |
| Hex | AA | 44 | 14 | 0 | 3C | 58 | 21 | 13 | 4F | 25 |
| Octal | 252 | 104 | 24 | 0 | 74 | 130 | 41 | 23 | 117 | 45 |
| Binary | 10101010 | 1000100 | 10100 | 0 | 111100 | 1011000 | 100001 | 10011 | 1001111 | 100101 |
Color Harmonies of #AA4414
Complementary color
Monochromatic Colors of #AA4414
Black with #AA4414
Text Example
Text Example
White with #AA4414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4414; }
p { color: rgb(170,68,20); }
H1.HeaderClassName
{
color: #AA4414;
}
.AnyTagClassName
{
color: #AA4414;
}
</style>
background-color css
<style>
a { background-color: #AA4414; }
a { background-color: rgb(170,68,20); }
div.DivClassName
{
background-color: #AA4414;
}
.BgClassName
{
background-color: #AA4414;
}
</style>
border-color css
<style>
span { border-color: #AA4414; }
span { border-color: rgb(170,68,20); }
td.TdClassName
{
border-color: #AA4414;
}
.TagClassName
{
border-color: #AA4414;
}
</style>