Shades of Rust #AA421D
Tints of Rust #AA421D
RGB
CMYK
RGB Variations
Color information
#AA421D (or 0xAA421D) is known color: Rust. HEX triplet: AA, 42 and 1D. RGB value is (170,66,29). Sum of RGB (Red+Green+Blue) = 170+66+29=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA421D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA421D is #55BDE2. Grayscale: #5D5D5D. Windows color (decimal): -5619171 or 1917610. OLE color: 1917610.
HSL color Cylindrical-coordinate representation of color #AA421D: hue angle of 15.74º 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 #AA421D is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 29 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.33 |
| HSL | 15.74º | 0.71% | 0.39% | - |
| HSV(B) | 15.74º | 0.83% | 0.67% | - |
| XYZ | 18.75 | 12.53 | 2.59 | - |
| YUV | 92.88 | 91.96 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 29 | 0 | 0.61 | 0.83 | 0.33 | 15.74 | 0.71 | 0.39 |
| Hex | AA | 42 | 1D | 0 | 3D | 53 | 21 | 10 | 47 | 27 |
| Octal | 252 | 102 | 35 | 0 | 75 | 123 | 41 | 20 | 107 | 47 |
| Binary | 10101010 | 1000010 | 11101 | 0 | 111101 | 1010011 | 100001 | 10000 | 1000111 | 100111 |
Color Harmonies of #AA421D
Complementary color
Monochromatic Colors of #AA421D
Black with #AA421D
Text Example
Text Example
White with #AA421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA421D; }
p { color: rgb(170,66,29); }
H1.HeaderClassName
{
color: #AA421D;
}
.AnyTagClassName
{
color: #AA421D;
}
</style>
background-color css
<style>
a { background-color: #AA421D; }
a { background-color: rgb(170,66,29); }
div.DivClassName
{
background-color: #AA421D;
}
.BgClassName
{
background-color: #AA421D;
}
</style>
border-color css
<style>
span { border-color: #AA421D; }
span { border-color: rgb(170,66,29); }
td.TdClassName
{
border-color: #AA421D;
}
.TagClassName
{
border-color: #AA421D;
}
</style>