Shades of Rust #AA510B
Tints of Rust #AA510B
RGB
CMYK
RGB Variations
Color information
#AA510B (or 0xAA510B) is known color: Rust. HEX triplet: AA, 51 and 0B. RGB value is (170,81,11). Sum of RGB (Red+Green+Blue) = 170+81+11=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA510B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA510B is #55AEF4. Grayscale: #636363. Windows color (decimal): -5615349 or 741802. OLE color: 741802.
HSL color Cylindrical-coordinate representation of color #AA510B: hue angle of 26.42º 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 #AA510B is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 11 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.33 |
| HSL | 26.42º | 0.88% | 0.35% | - |
| HSV(B) | 26.42º | 0.94% | 0.67% | - |
| XYZ | 19.58 | 14.46 | 2.07 | - |
| YUV | 99.63 | 77.99 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 11 | 0 | 0.52 | 0.94 | 0.33 | 26.42 | 0.88 | 0.35 |
| Hex | AA | 51 | B | 0 | 34 | 5E | 21 | 1A | 58 | 23 |
| Octal | 252 | 121 | 13 | 0 | 64 | 136 | 41 | 32 | 130 | 43 |
| Binary | 10101010 | 1010001 | 1011 | 0 | 110100 | 1011110 | 100001 | 11010 | 1011000 | 100011 |
Color Harmonies of #AA510B
Complementary color
Monochromatic Colors of #AA510B
Black with #AA510B
Text Example
Text Example
White with #AA510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA510B; }
p { color: rgb(170,81,11); }
H1.HeaderClassName
{
color: #AA510B;
}
.AnyTagClassName
{
color: #AA510B;
}
</style>
background-color css
<style>
a { background-color: #AA510B; }
a { background-color: rgb(170,81,11); }
div.DivClassName
{
background-color: #AA510B;
}
.BgClassName
{
background-color: #AA510B;
}
</style>
border-color css
<style>
span { border-color: #AA510B; }
span { border-color: rgb(170,81,11); }
td.TdClassName
{
border-color: #AA510B;
}
.TagClassName
{
border-color: #AA510B;
}
</style>