Shades of Rust #AD4611
Tints of Rust #AD4611
RGB
CMYK
RGB Variations
Color information
#AD4611 (or 0xAD4611) is known color: Rust. HEX triplet: AD, 46 and 11. RGB value is (173,70,17). Sum of RGB (Red+Green+Blue) = 173+70+17=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4611 is #52B9EE. Grayscale: #5F5F5F. Windows color (decimal): -5421551 or 1132205. OLE color: 1132205.
HSL color Cylindrical-coordinate representation of color #AD4611: hue angle of 20.38º 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 #AD4611 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 70 | 17 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.32 |
| HSL | 20.38º | 0.82% | 0.37% | - |
| HSV(B) | 20.38º | 0.9% | 0.68% | - |
| XYZ | 19.52 | 13.31 | 2.07 | - |
| YUV | 94.76 | 84.12 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 17 | 0 | 0.60 | 0.90 | 0.32 | 20.38 | 0.82 | 0.37 |
| Hex | AD | 46 | 11 | 0 | 3C | 5A | 20 | 14 | 52 | 25 |
| Octal | 255 | 106 | 21 | 0 | 74 | 132 | 40 | 24 | 122 | 45 |
| Binary | 10101101 | 1000110 | 10001 | 0 | 111100 | 1011010 | 100000 | 10100 | 1010010 | 100101 |
Color Harmonies of #AD4611
Complementary color
Monochromatic Colors of #AD4611
Black with #AD4611
Text Example
Text Example
White with #AD4611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4611; }
p { color: rgb(173,70,17); }
H1.HeaderClassName
{
color: #AD4611;
}
.AnyTagClassName
{
color: #AD4611;
}
</style>
background-color css
<style>
a { background-color: #AD4611; }
a { background-color: rgb(173,70,17); }
div.DivClassName
{
background-color: #AD4611;
}
.BgClassName
{
background-color: #AD4611;
}
</style>
border-color css
<style>
span { border-color: #AD4611; }
span { border-color: rgb(173,70,17); }
td.TdClassName
{
border-color: #AD4611;
}
.TagClassName
{
border-color: #AD4611;
}
</style>