Shades of Rust #AD4F11
Tints of Rust #AD4F11
RGB
CMYK
RGB Variations
Color information
#AD4F11 (or 0xAD4F11) is known color: Rust. HEX triplet: AD, 4F and 11. RGB value is (173,79,17). Sum of RGB (Red+Green+Blue) = 173+79+17=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD4F11 is #52B0EE. Grayscale: #646464. Windows color (decimal): -5419247 or 1134509. OLE color: 1134509.
HSL color Cylindrical-coordinate representation of color #AD4F11: hue angle of 23.85º 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 #AD4F11 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 79 | 17 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.32 |
| HSL | 23.85º | 0.82% | 0.37% | - |
| HSV(B) | 23.85º | 0.9% | 0.68% | - |
| XYZ | 20.13 | 14.52 | 2.27 | - |
| YUV | 100.04 | 81.14 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 79 | 17 | 0 | 0.54 | 0.90 | 0.32 | 23.85 | 0.82 | 0.37 |
| Hex | AD | 4F | 11 | 0 | 36 | 5A | 20 | 18 | 52 | 25 |
| Octal | 255 | 117 | 21 | 0 | 66 | 132 | 40 | 30 | 122 | 45 |
| Binary | 10101101 | 1001111 | 10001 | 0 | 110110 | 1011010 | 100000 | 11000 | 1010010 | 100101 |
Color Harmonies of #AD4F11
Complementary color
Monochromatic Colors of #AD4F11
Black with #AD4F11
Text Example
Text Example
White with #AD4F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4F11; }
p { color: rgb(173,79,17); }
H1.HeaderClassName
{
color: #AD4F11;
}
.AnyTagClassName
{
color: #AD4F11;
}
</style>
background-color css
<style>
a { background-color: #AD4F11; }
a { background-color: rgb(173,79,17); }
div.DivClassName
{
background-color: #AD4F11;
}
.BgClassName
{
background-color: #AD4F11;
}
</style>
border-color css
<style>
span { border-color: #AD4F11; }
span { border-color: rgb(173,79,17); }
td.TdClassName
{
border-color: #AD4F11;
}
.TagClassName
{
border-color: #AD4F11;
}
</style>