Shades of Rust #AD5211
Tints of Rust #AD5211
RGB
CMYK
RGB Variations
Color information
#AD5211 (or 0xAD5211) is known color: Rust. HEX triplet: AD, 52 and 11. RGB value is (173,82,17). Sum of RGB (Red+Green+Blue) = 173+82+17=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5211 is #52ADEE. Grayscale: #666666. Windows color (decimal): -5418479 or 1135277. OLE color: 1135277.
HSL color Cylindrical-coordinate representation of color #AD5211: hue angle of 25º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD5211 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 82 | 17 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.32 |
| HSL | 25º | 0.82% | 0.37% | - |
| HSV(B) | 25º | 0.9% | 0.68% | - |
| XYZ | 20.35 | 14.96 | 2.35 | - |
| YUV | 101.8 | 80.15 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 17 | 0 | 0.53 | 0.90 | 0.32 | 25 | 0.82 | 0.37 |
| Hex | AD | 52 | 11 | 0 | 35 | 5A | 20 | 19 | 52 | 25 |
| Octal | 255 | 122 | 21 | 0 | 65 | 132 | 40 | 31 | 122 | 45 |
| Binary | 10101101 | 1010010 | 10001 | 0 | 110101 | 1011010 | 100000 | 11001 | 1010010 | 100101 |
Color Harmonies of #AD5211
Complementary color
Monochromatic Colors of #AD5211
Black with #AD5211
Text Example
Text Example
White with #AD5211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5211; }
p { color: rgb(173,82,17); }
H1.HeaderClassName
{
color: #AD5211;
}
.AnyTagClassName
{
color: #AD5211;
}
</style>
background-color css
<style>
a { background-color: #AD5211; }
a { background-color: rgb(173,82,17); }
div.DivClassName
{
background-color: #AD5211;
}
.BgClassName
{
background-color: #AD5211;
}
</style>
border-color css
<style>
span { border-color: #AD5211; }
span { border-color: rgb(173,82,17); }
td.TdClassName
{
border-color: #AD5211;
}
.TagClassName
{
border-color: #AD5211;
}
</style>