Shades of Rust #AD3416
Tints of Rust #AD3416
RGB
CMYK
RGB Variations
Color information
#AD3416 (or 0xAD3416) is known color: Rust. HEX triplet: AD, 34 and 16. RGB value is (173,52,22). Sum of RGB (Red+Green+Blue) = 173+52+22=247 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.04% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3416 is #52CBE9. Grayscale: #555555. Windows color (decimal): -5426154 or 1455277. OLE color: 1455277.
HSL color Cylindrical-coordinate representation of color #AD3416: hue angle of 11.92º 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 #AD3416 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 22 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.32 |
| HSL | 11.92º | 0.77% | 0.38% | - |
| HSV(B) | 11.92º | 0.87% | 0.68% | - |
| XYZ | 18.61 | 11.4 | 1.98 | - |
| YUV | 84.76 | 92.59 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 22 | 0 | 0.70 | 0.87 | 0.32 | 11.92 | 0.77 | 0.38 |
| Hex | AD | 34 | 16 | 0 | 46 | 57 | 20 | C | 4D | 26 |
| Octal | 255 | 64 | 26 | 0 | 106 | 127 | 40 | 14 | 115 | 46 |
| Binary | 10101101 | 110100 | 10110 | 0 | 1000110 | 1010111 | 100000 | 1100 | 1001101 | 100110 |
Color Harmonies of #AD3416
Complementary color
Monochromatic Colors of #AD3416
Black with #AD3416
Text Example
Text Example
White with #AD3416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3416; }
p { color: rgb(173,52,22); }
H1.HeaderClassName
{
color: #AD3416;
}
.AnyTagClassName
{
color: #AD3416;
}
</style>
background-color css
<style>
a { background-color: #AD3416; }
a { background-color: rgb(173,52,22); }
div.DivClassName
{
background-color: #AD3416;
}
.BgClassName
{
background-color: #AD3416;
}
</style>
border-color css
<style>
span { border-color: #AD3416; }
span { border-color: rgb(173,52,22); }
td.TdClassName
{
border-color: #AD3416;
}
.TagClassName
{
border-color: #AD3416;
}
</style>