Shades of Rust #AA411D
Tints of Rust #AA411D
RGB
CMYK
RGB Variations
Color information
#AA411D (or 0xAA411D) is known color: Rust. HEX triplet: AA, 41 and 1D. RGB value is (170,65,29). Sum of RGB (Red+Green+Blue) = 170+65+29=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA411D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA411D is #55BEE2. Grayscale: #5C5C5C. Windows color (decimal): -5619427 or 1917354. OLE color: 1917354.
HSL color Cylindrical-coordinate representation of color #AA411D: hue angle of 15.32º 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 #AA411D is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 29 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.33 |
| HSL | 15.32º | 0.71% | 0.39% | - |
| HSV(B) | 15.32º | 0.83% | 0.67% | - |
| XYZ | 18.69 | 12.42 | 2.57 | - |
| YUV | 92.29 | 92.29 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 29 | 0 | 0.62 | 0.83 | 0.33 | 15.32 | 0.71 | 0.39 |
| Hex | AA | 41 | 1D | 0 | 3E | 53 | 21 | F | 47 | 27 |
| Octal | 252 | 101 | 35 | 0 | 76 | 123 | 41 | 17 | 107 | 47 |
| Binary | 10101010 | 1000001 | 11101 | 0 | 111110 | 1010011 | 100001 | 1111 | 1000111 | 100111 |
Color Harmonies of #AA411D
Complementary color
Monochromatic Colors of #AA411D
Black with #AA411D
Text Example
Text Example
White with #AA411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA411D; }
p { color: rgb(170,65,29); }
H1.HeaderClassName
{
color: #AA411D;
}
.AnyTagClassName
{
color: #AA411D;
}
</style>
background-color css
<style>
a { background-color: #AA411D; }
a { background-color: rgb(170,65,29); }
div.DivClassName
{
background-color: #AA411D;
}
.BgClassName
{
background-color: #AA411D;
}
</style>
border-color css
<style>
span { border-color: #AA411D; }
span { border-color: rgb(170,65,29); }
td.TdClassName
{
border-color: #AA411D;
}
.TagClassName
{
border-color: #AA411D;
}
</style>