Shades of Rust #AD4C11
Tints of Rust #AD4C11
RGB
CMYK
RGB Variations
Color information
#AD4C11 (or 0xAD4C11) is known color: Rust. HEX triplet: AD, 4C and 11. RGB value is (173,76,17). Sum of RGB (Red+Green+Blue) = 173+76+17=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4C11 is #52B3EE. Grayscale: #626262. Windows color (decimal): -5420015 or 1133741. OLE color: 1133741.
HSL color Cylindrical-coordinate representation of color #AD4C11: hue angle of 22.69º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD4C11 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 76 | 17 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.32 |
| HSL | 22.69º | 0.82% | 0.37% | - |
| HSV(B) | 22.69º | 0.9% | 0.68% | - |
| XYZ | 19.92 | 14.09 | 2.2 | - |
| YUV | 98.28 | 82.14 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 17 | 0 | 0.56 | 0.90 | 0.32 | 22.69 | 0.82 | 0.37 |
| Hex | AD | 4C | 11 | 0 | 38 | 5A | 20 | 17 | 52 | 25 |
| Octal | 255 | 114 | 21 | 0 | 70 | 132 | 40 | 27 | 122 | 45 |
| Binary | 10101101 | 1001100 | 10001 | 0 | 111000 | 1011010 | 100000 | 10111 | 1010010 | 100101 |
Color Harmonies of #AD4C11
Complementary color
Monochromatic Colors of #AD4C11
Black with #AD4C11
Text Example
Text Example
White with #AD4C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4C11; }
p { color: rgb(173,76,17); }
H1.HeaderClassName
{
color: #AD4C11;
}
.AnyTagClassName
{
color: #AD4C11;
}
</style>
background-color css
<style>
a { background-color: #AD4C11; }
a { background-color: rgb(173,76,17); }
div.DivClassName
{
background-color: #AD4C11;
}
.BgClassName
{
background-color: #AD4C11;
}
</style>
border-color css
<style>
span { border-color: #AD4C11; }
span { border-color: rgb(173,76,17); }
td.TdClassName
{
border-color: #AD4C11;
}
.TagClassName
{
border-color: #AD4C11;
}
</style>