Shades of Rust #AD4013
Tints of Rust #AD4013
RGB
CMYK
RGB Variations
Color information
#AD4013 (or 0xAD4013) is known color: Rust. HEX triplet: AD, 40 and 13. RGB value is (173,64,19). Sum of RGB (Red+Green+Blue) = 173+64+19=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4013 is #52BFEC. Grayscale: #5B5B5B. Windows color (decimal): -5423085 or 1261741. OLE color: 1261741.
HSL color Cylindrical-coordinate representation of color #AD4013: hue angle of 17.53º 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 #AD4013 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 19 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.32 |
| HSL | 17.53º | 0.8% | 0.38% | - |
| HSV(B) | 17.53º | 0.89% | 0.68% | - |
| XYZ | 19.18 | 12.6 | 2.04 | - |
| YUV | 91.46 | 87.11 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 19 | 0 | 0.63 | 0.89 | 0.32 | 17.53 | 0.8 | 0.38 |
| Hex | AD | 40 | 13 | 0 | 3F | 59 | 20 | 12 | 50 | 26 |
| Octal | 255 | 100 | 23 | 0 | 77 | 131 | 40 | 22 | 120 | 46 |
| Binary | 10101101 | 1000000 | 10011 | 0 | 111111 | 1011001 | 100000 | 10010 | 1010000 | 100110 |
Color Harmonies of #AD4013
Complementary color
Monochromatic Colors of #AD4013
Black with #AD4013
Text Example
Text Example
White with #AD4013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4013; }
p { color: rgb(173,64,19); }
H1.HeaderClassName
{
color: #AD4013;
}
.AnyTagClassName
{
color: #AD4013;
}
</style>
background-color css
<style>
a { background-color: #AD4013; }
a { background-color: rgb(173,64,19); }
div.DivClassName
{
background-color: #AD4013;
}
.BgClassName
{
background-color: #AD4013;
}
</style>
border-color css
<style>
span { border-color: #AD4013; }
span { border-color: rgb(173,64,19); }
td.TdClassName
{
border-color: #AD4013;
}
.TagClassName
{
border-color: #AD4013;
}
</style>