Shades of Rust #AA3E1D
Tints of Rust #AA3E1D
RGB
CMYK
RGB Variations
Color information
#AA3E1D (or 0xAA3E1D) is known color: Rust. HEX triplet: AA, 3E and 1D. RGB value is (170,62,29). Sum of RGB (Red+Green+Blue) = 170+62+29=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3E1D is #55C1E2. Grayscale: #5A5A5A. Windows color (decimal): -5620195 or 1916586. OLE color: 1916586.
HSL color Cylindrical-coordinate representation of color #AA3E1D: hue angle of 14.04º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA3E1D is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 62 | 29 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.33 |
| HSL | 14.04º | 0.71% | 0.39% | - |
| HSV(B) | 14.04º | 0.83% | 0.67% | - |
| XYZ | 18.52 | 12.08 | 2.52 | - |
| YUV | 90.53 | 93.28 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 62 | 29 | 0 | 0.64 | 0.83 | 0.33 | 14.04 | 0.71 | 0.39 |
| Hex | AA | 3E | 1D | 0 | 40 | 53 | 21 | E | 47 | 27 |
| Octal | 252 | 76 | 35 | 0 | 100 | 123 | 41 | 16 | 107 | 47 |
| Binary | 10101010 | 111110 | 11101 | 0 | 1000000 | 1010011 | 100001 | 1110 | 1000111 | 100111 |
Color Harmonies of #AA3E1D
Complementary color
Monochromatic Colors of #AA3E1D
Black with #AA3E1D
Text Example
Text Example
White with #AA3E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3E1D; }
p { color: rgb(170,62,29); }
H1.HeaderClassName
{
color: #AA3E1D;
}
.AnyTagClassName
{
color: #AA3E1D;
}
</style>
background-color css
<style>
a { background-color: #AA3E1D; }
a { background-color: rgb(170,62,29); }
div.DivClassName
{
background-color: #AA3E1D;
}
.BgClassName
{
background-color: #AA3E1D;
}
</style>
border-color css
<style>
span { border-color: #AA3E1D; }
span { border-color: rgb(170,62,29); }
td.TdClassName
{
border-color: #AA3E1D;
}
.TagClassName
{
border-color: #AA3E1D;
}
</style>