Shades of Rust #AA401A
Tints of Rust #AA401A
RGB
CMYK
RGB Variations
Color information
#AA401A (or 0xAA401A) is known color: Rust. HEX triplet: AA, 40 and 1A. RGB value is (170,64,26). Sum of RGB (Red+Green+Blue) = 170+64+26=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA401A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA401A is #55BFE5. Grayscale: #5B5B5B. Windows color (decimal): -5619686 or 1720490. OLE color: 1720490.
HSL color Cylindrical-coordinate representation of color #AA401A: hue angle of 15.83º 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 #AA401A is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 26 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.33 |
| HSL | 15.83º | 0.73% | 0.38% | - |
| HSV(B) | 15.83º | 0.85% | 0.67% | - |
| XYZ | 18.6 | 12.29 | 2.37 | - |
| YUV | 91.36 | 91.12 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 26 | 0 | 0.62 | 0.85 | 0.33 | 15.83 | 0.73 | 0.38 |
| Hex | AA | 40 | 1A | 0 | 3E | 55 | 21 | 10 | 49 | 26 |
| Octal | 252 | 100 | 32 | 0 | 76 | 125 | 41 | 20 | 111 | 46 |
| Binary | 10101010 | 1000000 | 11010 | 0 | 111110 | 1010101 | 100001 | 10000 | 1001001 | 100110 |
Color Harmonies of #AA401A
Complementary color
Monochromatic Colors of #AA401A
Black with #AA401A
Text Example
Text Example
White with #AA401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA401A; }
p { color: rgb(170,64,26); }
H1.HeaderClassName
{
color: #AA401A;
}
.AnyTagClassName
{
color: #AA401A;
}
</style>
background-color css
<style>
a { background-color: #AA401A; }
a { background-color: rgb(170,64,26); }
div.DivClassName
{
background-color: #AA401A;
}
.BgClassName
{
background-color: #AA401A;
}
</style>
border-color css
<style>
span { border-color: #AA401A; }
span { border-color: rgb(170,64,26); }
td.TdClassName
{
border-color: #AA401A;
}
.TagClassName
{
border-color: #AA401A;
}
</style>