Shades of Rust #AD5013
Tints of Rust #AD5013
RGB
CMYK
RGB Variations
Color information
#AD5013 (or 0xAD5013) is known color: Rust. HEX triplet: AD, 50 and 13. RGB value is (173,80,19). Sum of RGB (Red+Green+Blue) = 173+80+19=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5013 is #52AFEC. Grayscale: #656565. Windows color (decimal): -5418989 or 1265837. OLE color: 1265837.
HSL color Cylindrical-coordinate representation of color #AD5013: hue angle of 23.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD5013 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 19 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.32 |
| HSL | 23.77º | 0.8% | 0.38% | - |
| HSV(B) | 23.77º | 0.89% | 0.68% | - |
| XYZ | 20.22 | 14.67 | 2.38 | - |
| YUV | 100.85 | 81.81 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 19 | 0 | 0.54 | 0.89 | 0.32 | 23.77 | 0.8 | 0.38 |
| Hex | AD | 50 | 13 | 0 | 36 | 59 | 20 | 18 | 50 | 26 |
| Octal | 255 | 120 | 23 | 0 | 66 | 131 | 40 | 30 | 120 | 46 |
| Binary | 10101101 | 1010000 | 10011 | 0 | 110110 | 1011001 | 100000 | 11000 | 1010000 | 100110 |
Color Harmonies of #AD5013
Complementary color
Monochromatic Colors of #AD5013
Black with #AD5013
Text Example
Text Example
White with #AD5013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5013; }
p { color: rgb(173,80,19); }
H1.HeaderClassName
{
color: #AD5013;
}
.AnyTagClassName
{
color: #AD5013;
}
</style>
background-color css
<style>
a { background-color: #AD5013; }
a { background-color: rgb(173,80,19); }
div.DivClassName
{
background-color: #AD5013;
}
.BgClassName
{
background-color: #AD5013;
}
</style>
border-color css
<style>
span { border-color: #AD5013; }
span { border-color: rgb(173,80,19); }
td.TdClassName
{
border-color: #AD5013;
}
.TagClassName
{
border-color: #AD5013;
}
</style>