Shades of Rust #AD520D
Tints of Rust #AD520D
RGB
CMYK
RGB Variations
Color information
#AD520D (or 0xAD520D) is known color: Rust. HEX triplet: AD, 52 and 0D. RGB value is (173,82,13). Sum of RGB (Red+Green+Blue) = 173+82+13=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD520D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD520D is #52ADF2. Grayscale: #656565. Windows color (decimal): -5418483 or 873133. OLE color: 873133.
HSL color Cylindrical-coordinate representation of color #AD520D: hue angle of 25.88º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD520D is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 82 | 13 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.32 |
| HSL | 25.88º | 0.86% | 0.36% | - |
| HSV(B) | 25.88º | 0.92% | 0.68% | - |
| XYZ | 20.32 | 14.95 | 2.19 | - |
| YUV | 101.34 | 78.15 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 13 | 0 | 0.53 | 0.92 | 0.32 | 25.88 | 0.86 | 0.36 |
| Hex | AD | 52 | D | 0 | 35 | 5C | 20 | 1A | 56 | 24 |
| Octal | 255 | 122 | 15 | 0 | 65 | 134 | 40 | 32 | 126 | 44 |
| Binary | 10101101 | 1010010 | 1101 | 0 | 110101 | 1011100 | 100000 | 11010 | 1010110 | 100100 |
Color Harmonies of #AD520D
Complementary color
Monochromatic Colors of #AD520D
Black with #AD520D
Text Example
Text Example
White with #AD520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD520D; }
p { color: rgb(173,82,13); }
H1.HeaderClassName
{
color: #AD520D;
}
.AnyTagClassName
{
color: #AD520D;
}
</style>
background-color css
<style>
a { background-color: #AD520D; }
a { background-color: rgb(173,82,13); }
div.DivClassName
{
background-color: #AD520D;
}
.BgClassName
{
background-color: #AD520D;
}
</style>
border-color css
<style>
span { border-color: #AD520D; }
span { border-color: rgb(173,82,13); }
td.TdClassName
{
border-color: #AD520D;
}
.TagClassName
{
border-color: #AD520D;
}
</style>