Shades of Rust #AA441A
Tints of Rust #AA441A
RGB
CMYK
RGB Variations
Color information
#AA441A (or 0xAA441A) is known color: Rust. HEX triplet: AA, 44 and 1A. RGB value is (170,68,26). Sum of RGB (Red+Green+Blue) = 170+68+26=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA441A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA441A is #55BBE5. Grayscale: #5D5D5D. Windows color (decimal): -5618662 or 1721514. OLE color: 1721514.
HSL color Cylindrical-coordinate representation of color #AA441A: hue angle of 17.5º 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 #AA441A is Cyan = 0, Magento = 0.6, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 26 | - |
| CMYK | 0 | 0.6 | 0.85 | 0.33 |
| HSL | 17.5º | 0.73% | 0.38% | - |
| HSV(B) | 17.5º | 0.85% | 0.67% | - |
| XYZ | 18.83 | 12.75 | 2.45 | - |
| YUV | 93.71 | 89.79 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 26 | 0 | 0.6 | 0.85 | 0.33 | 17.5 | 0.73 | 0.38 |
| Hex | AA | 44 | 1A | 0 | 3C | 55 | 21 | 12 | 49 | 26 |
| Octal | 252 | 104 | 32 | 0 | 74 | 125 | 41 | 22 | 111 | 46 |
| Binary | 10101010 | 1000100 | 11010 | 0 | 111100 | 1010101 | 100001 | 10010 | 1001001 | 100110 |
Color Harmonies of #AA441A
Complementary color
Monochromatic Colors of #AA441A
Black with #AA441A
Text Example
Text Example
White with #AA441A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA441A; }
p { color: rgb(170,68,26); }
H1.HeaderClassName
{
color: #AA441A;
}
.AnyTagClassName
{
color: #AA441A;
}
</style>
background-color css
<style>
a { background-color: #AA441A; }
a { background-color: rgb(170,68,26); }
div.DivClassName
{
background-color: #AA441A;
}
.BgClassName
{
background-color: #AA441A;
}
</style>
border-color css
<style>
span { border-color: #AA441A; }
span { border-color: rgb(170,68,26); }
td.TdClassName
{
border-color: #AA441A;
}
.TagClassName
{
border-color: #AA441A;
}
</style>