Shades of Rust #AD4D13
Tints of Rust #AD4D13
RGB
CMYK
RGB Variations
Color information
#AD4D13 (or 0xAD4D13) is known color: Rust. HEX triplet: AD, 4D and 13. RGB value is (173,77,19). Sum of RGB (Red+Green+Blue) = 173+77+19=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD4D13 is #52B2EC. Grayscale: #636363. Windows color (decimal): -5419757 or 1265069. OLE color: 1265069.
HSL color Cylindrical-coordinate representation of color #AD4D13: hue angle of 22.6º 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 #AD4D13 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 77 | 19 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.32 |
| HSL | 22.6º | 0.8% | 0.38% | - |
| HSV(B) | 22.6º | 0.89% | 0.68% | - |
| XYZ | 20.01 | 14.24 | 2.31 | - |
| YUV | 99.09 | 82.8 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 19 | 0 | 0.55 | 0.89 | 0.32 | 22.6 | 0.8 | 0.38 |
| Hex | AD | 4D | 13 | 0 | 37 | 59 | 20 | 17 | 50 | 26 |
| Octal | 255 | 115 | 23 | 0 | 67 | 131 | 40 | 27 | 120 | 46 |
| Binary | 10101101 | 1001101 | 10011 | 0 | 110111 | 1011001 | 100000 | 10111 | 1010000 | 100110 |
Color Harmonies of #AD4D13
Complementary color
Monochromatic Colors of #AD4D13
Black with #AD4D13
Text Example
Text Example
White with #AD4D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4D13; }
p { color: rgb(173,77,19); }
H1.HeaderClassName
{
color: #AD4D13;
}
.AnyTagClassName
{
color: #AD4D13;
}
</style>
background-color css
<style>
a { background-color: #AD4D13; }
a { background-color: rgb(173,77,19); }
div.DivClassName
{
background-color: #AD4D13;
}
.BgClassName
{
background-color: #AD4D13;
}
</style>
border-color css
<style>
span { border-color: #AD4D13; }
span { border-color: rgb(173,77,19); }
td.TdClassName
{
border-color: #AD4D13;
}
.TagClassName
{
border-color: #AD4D13;
}
</style>