Shades of Rust #AD4D16
Tints of Rust #AD4D16
RGB
CMYK
RGB Variations
Color information
#AD4D16 (or 0xAD4D16) is known color: Rust. HEX triplet: AD, 4D and 16. RGB value is (173,77,22). Sum of RGB (Red+Green+Blue) = 173+77+22=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD4D16 is #52B2E9. Grayscale: #636363. Windows color (decimal): -5419754 or 1461677. OLE color: 1461677.
HSL color Cylindrical-coordinate representation of color #AD4D16: hue angle of 21.85º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD4D16 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 77 | 22 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.32 |
| HSL | 21.85º | 0.77% | 0.38% | - |
| HSV(B) | 21.85º | 0.87% | 0.68% | - |
| XYZ | 20.03 | 14.25 | 2.45 | - |
| YUV | 99.43 | 84.3 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 22 | 0 | 0.55 | 0.87 | 0.32 | 21.85 | 0.77 | 0.38 |
| Hex | AD | 4D | 16 | 0 | 37 | 57 | 20 | 16 | 4D | 26 |
| Octal | 255 | 115 | 26 | 0 | 67 | 127 | 40 | 26 | 115 | 46 |
| Binary | 10101101 | 1001101 | 10110 | 0 | 110111 | 1010111 | 100000 | 10110 | 1001101 | 100110 |
Color Harmonies of #AD4D16
Complementary color
Monochromatic Colors of #AD4D16
Black with #AD4D16
Text Example
Text Example
White with #AD4D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4D16; }
p { color: rgb(173,77,22); }
H1.HeaderClassName
{
color: #AD4D16;
}
.AnyTagClassName
{
color: #AD4D16;
}
</style>
background-color css
<style>
a { background-color: #AD4D16; }
a { background-color: rgb(173,77,22); }
div.DivClassName
{
background-color: #AD4D16;
}
.BgClassName
{
background-color: #AD4D16;
}
</style>
border-color css
<style>
span { border-color: #AD4D16; }
span { border-color: rgb(173,77,22); }
td.TdClassName
{
border-color: #AD4D16;
}
.TagClassName
{
border-color: #AD4D16;
}
</style>