Shades of Rust #AD5311
Tints of Rust #AD5311
RGB
CMYK
RGB Variations
Color information
#AD5311 (or 0xAD5311) is known color: Rust. HEX triplet: AD, 53 and 11. RGB value is (173,83,17). Sum of RGB (Red+Green+Blue) = 173+83+17=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5311 is #52ACEE. Grayscale: #666666. Windows color (decimal): -5418223 or 1135533. OLE color: 1135533.
HSL color Cylindrical-coordinate representation of color #AD5311: hue angle of 25.38º 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 #AD5311 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 83 | 17 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.32 |
| HSL | 25.38º | 0.82% | 0.37% | - |
| HSV(B) | 25.38º | 0.9% | 0.68% | - |
| XYZ | 20.43 | 15.11 | 2.37 | - |
| YUV | 102.39 | 79.82 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 17 | 0 | 0.52 | 0.90 | 0.32 | 25.38 | 0.82 | 0.37 |
| Hex | AD | 53 | 11 | 0 | 34 | 5A | 20 | 19 | 52 | 25 |
| Octal | 255 | 123 | 21 | 0 | 64 | 132 | 40 | 31 | 122 | 45 |
| Binary | 10101101 | 1010011 | 10001 | 0 | 110100 | 1011010 | 100000 | 11001 | 1010010 | 100101 |
Color Harmonies of #AD5311
Complementary color
Monochromatic Colors of #AD5311
Black with #AD5311
Text Example
Text Example
White with #AD5311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5311; }
p { color: rgb(173,83,17); }
H1.HeaderClassName
{
color: #AD5311;
}
.AnyTagClassName
{
color: #AD5311;
}
</style>
background-color css
<style>
a { background-color: #AD5311; }
a { background-color: rgb(173,83,17); }
div.DivClassName
{
background-color: #AD5311;
}
.BgClassName
{
background-color: #AD5311;
}
</style>
border-color css
<style>
span { border-color: #AD5311; }
span { border-color: rgb(173,83,17); }
td.TdClassName
{
border-color: #AD5311;
}
.TagClassName
{
border-color: #AD5311;
}
</style>