Shades of Rust #AD4416
Tints of Rust #AD4416
RGB
CMYK
RGB Variations
Color information
#AD4416 (or 0xAD4416) is known color: Rust. HEX triplet: AD, 44 and 16. RGB value is (173,68,22). Sum of RGB (Red+Green+Blue) = 173+68+22=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4416 is #52BBE9. Grayscale: #5E5E5E. Windows color (decimal): -5422058 or 1459373. OLE color: 1459373.
HSL color Cylindrical-coordinate representation of color #AD4416: hue angle of 18.28º 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 #AD4416 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 22 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.32 |
| HSL | 18.28º | 0.77% | 0.38% | - |
| HSV(B) | 18.28º | 0.87% | 0.68% | - |
| XYZ | 19.45 | 13.08 | 2.26 | - |
| YUV | 94.15 | 87.29 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 22 | 0 | 0.61 | 0.87 | 0.32 | 18.28 | 0.77 | 0.38 |
| Hex | AD | 44 | 16 | 0 | 3D | 57 | 20 | 12 | 4D | 26 |
| Octal | 255 | 104 | 26 | 0 | 75 | 127 | 40 | 22 | 115 | 46 |
| Binary | 10101101 | 1000100 | 10110 | 0 | 111101 | 1010111 | 100000 | 10010 | 1001101 | 100110 |
Color Harmonies of #AD4416
Complementary color
Monochromatic Colors of #AD4416
Black with #AD4416
Text Example
Text Example
White with #AD4416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4416; }
p { color: rgb(173,68,22); }
H1.HeaderClassName
{
color: #AD4416;
}
.AnyTagClassName
{
color: #AD4416;
}
</style>
background-color css
<style>
a { background-color: #AD4416; }
a { background-color: rgb(173,68,22); }
div.DivClassName
{
background-color: #AD4416;
}
.BgClassName
{
background-color: #AD4416;
}
</style>
border-color css
<style>
span { border-color: #AD4416; }
span { border-color: rgb(173,68,22); }
td.TdClassName
{
border-color: #AD4416;
}
.TagClassName
{
border-color: #AD4416;
}
</style>