Shades of Rust #AA4114
Tints of Rust #AA4114
RGB
CMYK
RGB Variations
Color information
#AA4114 (or 0xAA4114) is known color: Rust. HEX triplet: AA, 41 and 14. RGB value is (170,65,20). Sum of RGB (Red+Green+Blue) = 170+65+20=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4114 is #55BEEB. Grayscale: #5B5B5B. Windows color (decimal): -5619436 or 1327530. OLE color: 1327530.
HSL color Cylindrical-coordinate representation of color #AA4114: hue angle of 18º 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 #AA4114 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 20 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.33 |
| HSL | 18º | 0.79% | 0.37% | - |
| HSV(B) | 18º | 0.88% | 0.67% | - |
| XYZ | 18.59 | 12.38 | 2.07 | - |
| YUV | 91.27 | 87.79 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 20 | 0 | 0.62 | 0.88 | 0.33 | 18 | 0.79 | 0.37 |
| Hex | AA | 41 | 14 | 0 | 3E | 58 | 21 | 12 | 4F | 25 |
| Octal | 252 | 101 | 24 | 0 | 76 | 130 | 41 | 22 | 117 | 45 |
| Binary | 10101010 | 1000001 | 10100 | 0 | 111110 | 1011000 | 100001 | 10010 | 1001111 | 100101 |
Color Harmonies of #AA4114
Complementary color
Monochromatic Colors of #AA4114
Black with #AA4114
Text Example
Text Example
White with #AA4114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4114; }
p { color: rgb(170,65,20); }
H1.HeaderClassName
{
color: #AA4114;
}
.AnyTagClassName
{
color: #AA4114;
}
</style>
background-color css
<style>
a { background-color: #AA4114; }
a { background-color: rgb(170,65,20); }
div.DivClassName
{
background-color: #AA4114;
}
.BgClassName
{
background-color: #AA4114;
}
</style>
border-color css
<style>
span { border-color: #AA4114; }
span { border-color: rgb(170,65,20); }
td.TdClassName
{
border-color: #AA4114;
}
.TagClassName
{
border-color: #AA4114;
}
</style>