Shades of Rust #AD500D
Tints of Rust #AD500D
RGB
CMYK
RGB Variations
Color information
#AD500D (or 0xAD500D) is known color: Rust. HEX triplet: AD, 50 and 0D. RGB value is (173,80,13). Sum of RGB (Red+Green+Blue) = 173+80+13=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD500D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD500D is #52AFF2. Grayscale: #646464. Windows color (decimal): -5418995 or 872621. OLE color: 872621.
HSL color Cylindrical-coordinate representation of color #AD500D: hue angle of 25.12º 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 #AD500D is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 13 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.32 |
| HSL | 25.13º | 0.86% | 0.36% | - |
| HSV(B) | 25.13º | 0.92% | 0.68% | - |
| XYZ | 20.17 | 14.65 | 2.15 | - |
| YUV | 100.17 | 78.81 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 13 | 0 | 0.54 | 0.92 | 0.32 | 25.13 | 0.86 | 0.36 |
| Hex | AD | 50 | D | 0 | 36 | 5C | 20 | 19 | 56 | 24 |
| Octal | 255 | 120 | 15 | 0 | 66 | 134 | 40 | 31 | 126 | 44 |
| Binary | 10101101 | 1010000 | 1101 | 0 | 110110 | 1011100 | 100000 | 11001 | 1010110 | 100100 |
Color Harmonies of #AD500D
Complementary color
Monochromatic Colors of #AD500D
Black with #AD500D
Text Example
Text Example
White with #AD500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD500D; }
p { color: rgb(173,80,13); }
H1.HeaderClassName
{
color: #AD500D;
}
.AnyTagClassName
{
color: #AD500D;
}
</style>
background-color css
<style>
a { background-color: #AD500D; }
a { background-color: rgb(173,80,13); }
div.DivClassName
{
background-color: #AD500D;
}
.BgClassName
{
background-color: #AD500D;
}
</style>
border-color css
<style>
span { border-color: #AD500D; }
span { border-color: rgb(173,80,13); }
td.TdClassName
{
border-color: #AD500D;
}
.TagClassName
{
border-color: #AD500D;
}
</style>