Shades of Rust #AA401D
Tints of Rust #AA401D
RGB
CMYK
RGB Variations
Color information
#AA401D (or 0xAA401D) is known color: Rust. HEX triplet: AA, 40 and 1D. RGB value is (170,64,29). Sum of RGB (Red+Green+Blue) = 170+64+29=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA401D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA401D is #55BFE2. Grayscale: #5B5B5B. Windows color (decimal): -5619683 or 1917098. OLE color: 1917098.
HSL color Cylindrical-coordinate representation of color #AA401D: hue angle of 14.89º 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 #AA401D is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 29 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.33 |
| HSL | 14.89º | 0.71% | 0.39% | - |
| HSV(B) | 14.89º | 0.83% | 0.67% | - |
| XYZ | 18.63 | 12.3 | 2.55 | - |
| YUV | 91.7 | 92.62 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 29 | 0 | 0.62 | 0.83 | 0.33 | 14.89 | 0.71 | 0.39 |
| Hex | AA | 40 | 1D | 0 | 3E | 53 | 21 | F | 47 | 27 |
| Octal | 252 | 100 | 35 | 0 | 76 | 123 | 41 | 17 | 107 | 47 |
| Binary | 10101010 | 1000000 | 11101 | 0 | 111110 | 1010011 | 100001 | 1111 | 1000111 | 100111 |
Color Harmonies of #AA401D
Complementary color
Monochromatic Colors of #AA401D
Black with #AA401D
Text Example
Text Example
White with #AA401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA401D; }
p { color: rgb(170,64,29); }
H1.HeaderClassName
{
color: #AA401D;
}
.AnyTagClassName
{
color: #AA401D;
}
</style>
background-color css
<style>
a { background-color: #AA401D; }
a { background-color: rgb(170,64,29); }
div.DivClassName
{
background-color: #AA401D;
}
.BgClassName
{
background-color: #AA401D;
}
</style>
border-color css
<style>
span { border-color: #AA401D; }
span { border-color: rgb(170,64,29); }
td.TdClassName
{
border-color: #AA401D;
}
.TagClassName
{
border-color: #AA401D;
}
</style>