Shades of Rust #AD3116
Tints of Rust #AD3116
RGB
CMYK
RGB Variations
Color information
#AD3116 (or 0xAD3116) is known color: Rust. HEX triplet: AD, 31 and 16. RGB value is (173,49,22). Sum of RGB (Red+Green+Blue) = 173+49+22=244 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.90% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3116 is #52CEE9. Grayscale: #535353. Windows color (decimal): -5426922 or 1454509. OLE color: 1454509.
HSL color Cylindrical-coordinate representation of color #AD3116: hue angle of 10.73º 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 #AD3116 is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 49 | 22 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.32 |
| HSL | 10.73º | 0.77% | 0.38% | - |
| HSV(B) | 10.73º | 0.87% | 0.68% | - |
| XYZ | 18.48 | 11.14 | 1.94 | - |
| YUV | 83 | 93.58 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 22 | 0 | 0.72 | 0.87 | 0.32 | 10.73 | 0.77 | 0.38 |
| Hex | AD | 31 | 16 | 0 | 48 | 57 | 20 | B | 4D | 26 |
| Octal | 255 | 61 | 26 | 0 | 110 | 127 | 40 | 13 | 115 | 46 |
| Binary | 10101101 | 110001 | 10110 | 0 | 1001000 | 1010111 | 100000 | 1011 | 1001101 | 100110 |
Color Harmonies of #AD3116
Complementary color
Monochromatic Colors of #AD3116
Black with #AD3116
Text Example
Text Example
White with #AD3116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3116; }
p { color: rgb(173,49,22); }
H1.HeaderClassName
{
color: #AD3116;
}
.AnyTagClassName
{
color: #AD3116;
}
</style>
background-color css
<style>
a { background-color: #AD3116; }
a { background-color: rgb(173,49,22); }
div.DivClassName
{
background-color: #AD3116;
}
.BgClassName
{
background-color: #AD3116;
}
</style>
border-color css
<style>
span { border-color: #AD3116; }
span { border-color: rgb(173,49,22); }
td.TdClassName
{
border-color: #AD3116;
}
.TagClassName
{
border-color: #AD3116;
}
</style>