Shades of Rust #AD4710
Tints of Rust #AD4710
RGB
CMYK
RGB Variations
Color information
#AD4710 (or 0xAD4710) is known color: Rust. HEX triplet: AD, 47 and 10. RGB value is (173,71,16). Sum of RGB (Red+Green+Blue) = 173+71+16=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4710 is #52B8EF. Grayscale: #5F5F5F. Windows color (decimal): -5421296 or 1066925. OLE color: 1066925.
HSL color Cylindrical-coordinate representation of color #AD4710: hue angle of 21.02º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD4710 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 71 | 16 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.32 |
| HSL | 21.02º | 0.83% | 0.37% | - |
| HSV(B) | 21.02º | 0.91% | 0.68% | - |
| XYZ | 19.58 | 13.43 | 2.05 | - |
| YUV | 95.23 | 83.29 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 16 | 0 | 0.59 | 0.91 | 0.32 | 21.02 | 0.83 | 0.37 |
| Hex | AD | 47 | 10 | 0 | 3B | 5B | 20 | 15 | 53 | 25 |
| Octal | 255 | 107 | 20 | 0 | 73 | 133 | 40 | 25 | 123 | 45 |
| Binary | 10101101 | 1000111 | 10000 | 0 | 111011 | 1011011 | 100000 | 10101 | 1010011 | 100101 |
Color Harmonies of #AD4710
Complementary color
Monochromatic Colors of #AD4710
Black with #AD4710
Text Example
Text Example
White with #AD4710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4710; }
p { color: rgb(173,71,16); }
H1.HeaderClassName
{
color: #AD4710;
}
.AnyTagClassName
{
color: #AD4710;
}
</style>
background-color css
<style>
a { background-color: #AD4710; }
a { background-color: rgb(173,71,16); }
div.DivClassName
{
background-color: #AD4710;
}
.BgClassName
{
background-color: #AD4710;
}
</style>
border-color css
<style>
span { border-color: #AD4710; }
span { border-color: rgb(173,71,16); }
td.TdClassName
{
border-color: #AD4710;
}
.TagClassName
{
border-color: #AD4710;
}
</style>