Shades of Rust #AD3516
Tints of Rust #AD3516
RGB
CMYK
RGB Variations
Color information
#AD3516 (or 0xAD3516) is known color: Rust. HEX triplet: AD, 35 and 16. RGB value is (173,53,22). Sum of RGB (Red+Green+Blue) = 173+53+22=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3516 is #52CAE9. Grayscale: #555555. Windows color (decimal): -5425898 or 1455533. OLE color: 1455533.
HSL color Cylindrical-coordinate representation of color #AD3516: hue angle of 12.32º 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 #AD3516 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 22 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.32 |
| HSL | 12.32º | 0.77% | 0.38% | - |
| HSV(B) | 12.32º | 0.87% | 0.68% | - |
| XYZ | 18.65 | 11.49 | 1.99 | - |
| YUV | 85.35 | 92.26 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 22 | 0 | 0.69 | 0.87 | 0.32 | 12.32 | 0.77 | 0.38 |
| Hex | AD | 35 | 16 | 0 | 45 | 57 | 20 | C | 4D | 26 |
| Octal | 255 | 65 | 26 | 0 | 105 | 127 | 40 | 14 | 115 | 46 |
| Binary | 10101101 | 110101 | 10110 | 0 | 1000101 | 1010111 | 100000 | 1100 | 1001101 | 100110 |
Color Harmonies of #AD3516
Complementary color
Monochromatic Colors of #AD3516
Black with #AD3516
Text Example
Text Example
White with #AD3516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3516; }
p { color: rgb(173,53,22); }
H1.HeaderClassName
{
color: #AD3516;
}
.AnyTagClassName
{
color: #AD3516;
}
</style>
background-color css
<style>
a { background-color: #AD3516; }
a { background-color: rgb(173,53,22); }
div.DivClassName
{
background-color: #AD3516;
}
.BgClassName
{
background-color: #AD3516;
}
</style>
border-color css
<style>
span { border-color: #AD3516; }
span { border-color: rgb(173,53,22); }
td.TdClassName
{
border-color: #AD3516;
}
.TagClassName
{
border-color: #AD3516;
}
</style>