Shades of Rust #AA421A
Tints of Rust #AA421A
RGB
CMYK
RGB Variations
Color information
#AA421A (or 0xAA421A) is known color: Rust. HEX triplet: AA, 42 and 1A. RGB value is (170,66,26). Sum of RGB (Red+Green+Blue) = 170+66+26=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA421A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA421A is #55BDE5. Grayscale: #5C5C5C. Windows color (decimal): -5619174 or 1721002. OLE color: 1721002.
HSL color Cylindrical-coordinate representation of color #AA421A: hue angle of 16.67º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA421A is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 26 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.33 |
| HSL | 16.67º | 0.73% | 0.38% | - |
| HSV(B) | 16.67º | 0.85% | 0.67% | - |
| XYZ | 18.71 | 12.52 | 2.41 | - |
| YUV | 92.54 | 90.46 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 26 | 0 | 0.61 | 0.85 | 0.33 | 16.67 | 0.73 | 0.38 |
| Hex | AA | 42 | 1A | 0 | 3D | 55 | 21 | 11 | 49 | 26 |
| Octal | 252 | 102 | 32 | 0 | 75 | 125 | 41 | 21 | 111 | 46 |
| Binary | 10101010 | 1000010 | 11010 | 0 | 111101 | 1010101 | 100001 | 10001 | 1001001 | 100110 |
Color Harmonies of #AA421A
Complementary color
Monochromatic Colors of #AA421A
Black with #AA421A
Text Example
Text Example
White with #AA421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA421A; }
p { color: rgb(170,66,26); }
H1.HeaderClassName
{
color: #AA421A;
}
.AnyTagClassName
{
color: #AA421A;
}
</style>
background-color css
<style>
a { background-color: #AA421A; }
a { background-color: rgb(170,66,26); }
div.DivClassName
{
background-color: #AA421A;
}
.BgClassName
{
background-color: #AA421A;
}
</style>
border-color css
<style>
span { border-color: #AA421A; }
span { border-color: rgb(170,66,26); }
td.TdClassName
{
border-color: #AA421A;
}
.TagClassName
{
border-color: #AA421A;
}
</style>