Shades of Rust #AD4117
Tints of Rust #AD4117
RGB
CMYK
RGB Variations
Color information
#AD4117 (or 0xAD4117) is known color: Rust. HEX triplet: AD, 41 and 17. RGB value is (173,65,23). Sum of RGB (Red+Green+Blue) = 173+65+23=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4117 is #52BEE8. Grayscale: #5C5C5C. Windows color (decimal): -5422825 or 1524141. OLE color: 1524141.
HSL color Cylindrical-coordinate representation of color #AD4117: hue angle of 16.8º 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 #AD4117 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 23 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.32 |
| HSL | 16.8º | 0.77% | 0.38% | - |
| HSV(B) | 16.8º | 0.87% | 0.68% | - |
| XYZ | 19.28 | 12.73 | 2.25 | - |
| YUV | 92.5 | 88.78 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 23 | 0 | 0.62 | 0.87 | 0.32 | 16.8 | 0.77 | 0.38 |
| Hex | AD | 41 | 17 | 0 | 3E | 57 | 20 | 11 | 4D | 26 |
| Octal | 255 | 101 | 27 | 0 | 76 | 127 | 40 | 21 | 115 | 46 |
| Binary | 10101101 | 1000001 | 10111 | 0 | 111110 | 1010111 | 100000 | 10001 | 1001101 | 100110 |
Color Harmonies of #AD4117
Complementary color
Monochromatic Colors of #AD4117
Black with #AD4117
Text Example
Text Example
White with #AD4117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4117; }
p { color: rgb(173,65,23); }
H1.HeaderClassName
{
color: #AD4117;
}
.AnyTagClassName
{
color: #AD4117;
}
</style>
background-color css
<style>
a { background-color: #AD4117; }
a { background-color: rgb(173,65,23); }
div.DivClassName
{
background-color: #AD4117;
}
.BgClassName
{
background-color: #AD4117;
}
</style>
border-color css
<style>
span { border-color: #AD4117; }
span { border-color: rgb(173,65,23); }
td.TdClassName
{
border-color: #AD4117;
}
.TagClassName
{
border-color: #AD4117;
}
</style>