Shades of Rust #AA351A
Tints of Rust #AA351A
RGB
CMYK
RGB Variations
Color information
#AA351A (or 0xAA351A) is known color: Rust. HEX triplet: AA, 35 and 1A. RGB value is (170,53,26). Sum of RGB (Red+Green+Blue) = 170+53+26=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA351A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA351A is #55CAE5. Grayscale: #555555. Windows color (decimal): -5622502 or 1717674. OLE color: 1717674.
HSL color Cylindrical-coordinate representation of color #AA351A: hue angle of 11.25º 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 #AA351A is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 26 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.33 |
| HSL | 11.25º | 0.73% | 0.38% | - |
| HSV(B) | 11.25º | 0.85% | 0.67% | - |
| XYZ | 18.04 | 11.17 | 2.18 | - |
| YUV | 84.91 | 94.76 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 26 | 0 | 0.69 | 0.85 | 0.33 | 11.25 | 0.73 | 0.38 |
| Hex | AA | 35 | 1A | 0 | 45 | 55 | 21 | B | 49 | 26 |
| Octal | 252 | 65 | 32 | 0 | 105 | 125 | 41 | 13 | 111 | 46 |
| Binary | 10101010 | 110101 | 11010 | 0 | 1000101 | 1010101 | 100001 | 1011 | 1001001 | 100110 |
Color Harmonies of #AA351A
Complementary color
Monochromatic Colors of #AA351A
Black with #AA351A
Text Example
Text Example
White with #AA351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA351A; }
p { color: rgb(170,53,26); }
H1.HeaderClassName
{
color: #AA351A;
}
.AnyTagClassName
{
color: #AA351A;
}
</style>
background-color css
<style>
a { background-color: #AA351A; }
a { background-color: rgb(170,53,26); }
div.DivClassName
{
background-color: #AA351A;
}
.BgClassName
{
background-color: #AA351A;
}
</style>
border-color css
<style>
span { border-color: #AA351A; }
span { border-color: rgb(170,53,26); }
td.TdClassName
{
border-color: #AA351A;
}
.TagClassName
{
border-color: #AA351A;
}
</style>