Shades of Rust #AA490B
Tints of Rust #AA490B
RGB
CMYK
RGB Variations
Color information
#AA490B (or 0xAA490B) is known color: Rust. HEX triplet: AA, 49 and 0B. RGB value is (170,73,11). Sum of RGB (Red+Green+Blue) = 170+73+11=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA490B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA490B is #55B6F4. Grayscale: #5F5F5F. Windows color (decimal): -5617397 or 739754. OLE color: 739754.
HSL color Cylindrical-coordinate representation of color #AA490B: hue angle of 23.4º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA490B is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 73 | 11 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.33 |
| HSL | 23.4º | 0.88% | 0.35% | - |
| HSV(B) | 23.4º | 0.94% | 0.67% | - |
| XYZ | 19.02 | 13.34 | 1.89 | - |
| YUV | 94.94 | 80.64 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 11 | 0 | 0.57 | 0.94 | 0.33 | 23.4 | 0.88 | 0.35 |
| Hex | AA | 49 | B | 0 | 39 | 5E | 21 | 17 | 58 | 23 |
| Octal | 252 | 111 | 13 | 0 | 71 | 136 | 41 | 27 | 130 | 43 |
| Binary | 10101010 | 1001001 | 1011 | 0 | 111001 | 1011110 | 100001 | 10111 | 1011000 | 100011 |
Color Harmonies of #AA490B
Complementary color
Monochromatic Colors of #AA490B
Black with #AA490B
Text Example
Text Example
White with #AA490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA490B; }
p { color: rgb(170,73,11); }
H1.HeaderClassName
{
color: #AA490B;
}
.AnyTagClassName
{
color: #AA490B;
}
</style>
background-color css
<style>
a { background-color: #AA490B; }
a { background-color: rgb(170,73,11); }
div.DivClassName
{
background-color: #AA490B;
}
.BgClassName
{
background-color: #AA490B;
}
</style>
border-color css
<style>
span { border-color: #AA490B; }
span { border-color: rgb(170,73,11); }
td.TdClassName
{
border-color: #AA490B;
}
.TagClassName
{
border-color: #AA490B;
}
</style>