Shades of Rust #AA470B
Tints of Rust #AA470B
RGB
CMYK
RGB Variations
Color information
#AA470B (or 0xAA470B) is known color: Rust. HEX triplet: AA, 47 and 0B. RGB value is (170,71,11). Sum of RGB (Red+Green+Blue) = 170+71+11=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA470B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA470B is #55B8F4. Grayscale: #5E5E5E. Windows color (decimal): -5617909 or 739242. OLE color: 739242.
HSL color Cylindrical-coordinate representation of color #AA470B: hue angle of 22.64º 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 #AA470B is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 71 | 11 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.33 |
| HSL | 22.64º | 0.88% | 0.35% | - |
| HSV(B) | 22.64º | 0.94% | 0.67% | - |
| XYZ | 18.89 | 13.08 | 1.84 | - |
| YUV | 93.76 | 81.3 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 11 | 0 | 0.58 | 0.94 | 0.33 | 22.64 | 0.88 | 0.35 |
| Hex | AA | 47 | B | 0 | 3A | 5E | 21 | 17 | 58 | 23 |
| Octal | 252 | 107 | 13 | 0 | 72 | 136 | 41 | 27 | 130 | 43 |
| Binary | 10101010 | 1000111 | 1011 | 0 | 111010 | 1011110 | 100001 | 10111 | 1011000 | 100011 |
Color Harmonies of #AA470B
Complementary color
Monochromatic Colors of #AA470B
Black with #AA470B
Text Example
Text Example
White with #AA470B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA470B; }
p { color: rgb(170,71,11); }
H1.HeaderClassName
{
color: #AA470B;
}
.AnyTagClassName
{
color: #AA470B;
}
</style>
background-color css
<style>
a { background-color: #AA470B; }
a { background-color: rgb(170,71,11); }
div.DivClassName
{
background-color: #AA470B;
}
.BgClassName
{
background-color: #AA470B;
}
</style>
border-color css
<style>
span { border-color: #AA470B; }
span { border-color: rgb(170,71,11); }
td.TdClassName
{
border-color: #AA470B;
}
.TagClassName
{
border-color: #AA470B;
}
</style>