Shades of Rust #AD4513
Tints of Rust #AD4513
RGB
CMYK
RGB Variations
Color information
#AD4513 (or 0xAD4513) is known color: Rust. HEX triplet: AD, 45 and 13. RGB value is (173,69,19). Sum of RGB (Red+Green+Blue) = 173+69+19=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4513 is #52BAEC. Grayscale: #5E5E5E. Windows color (decimal): -5421805 or 1263021. OLE color: 1263021.
HSL color Cylindrical-coordinate representation of color #AD4513: hue angle of 19.48º 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 #AD4513 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 69 | 19 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.32 |
| HSL | 19.48º | 0.8% | 0.38% | - |
| HSV(B) | 19.48º | 0.89% | 0.68% | - |
| XYZ | 19.48 | 13.19 | 2.13 | - |
| YUV | 94.4 | 85.46 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 19 | 0 | 0.60 | 0.89 | 0.32 | 19.48 | 0.8 | 0.38 |
| Hex | AD | 45 | 13 | 0 | 3C | 59 | 20 | 13 | 50 | 26 |
| Octal | 255 | 105 | 23 | 0 | 74 | 131 | 40 | 23 | 120 | 46 |
| Binary | 10101101 | 1000101 | 10011 | 0 | 111100 | 1011001 | 100000 | 10011 | 1010000 | 100110 |
Color Harmonies of #AD4513
Complementary color
Monochromatic Colors of #AD4513
Black with #AD4513
Text Example
Text Example
White with #AD4513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4513; }
p { color: rgb(173,69,19); }
H1.HeaderClassName
{
color: #AD4513;
}
.AnyTagClassName
{
color: #AD4513;
}
</style>
background-color css
<style>
a { background-color: #AD4513; }
a { background-color: rgb(173,69,19); }
div.DivClassName
{
background-color: #AD4513;
}
.BgClassName
{
background-color: #AD4513;
}
</style>
border-color css
<style>
span { border-color: #AD4513; }
span { border-color: rgb(173,69,19); }
td.TdClassName
{
border-color: #AD4513;
}
.TagClassName
{
border-color: #AD4513;
}
</style>