Shades of Rust #AD4810
Tints of Rust #AD4810
RGB
CMYK
RGB Variations
Color information
#AD4810 (or 0xAD4810) is known color: Rust. HEX triplet: AD, 48 and 10. RGB value is (173,72,16). Sum of RGB (Red+Green+Blue) = 173+72+16=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4810 is #52B7EF. Grayscale: #606060. Windows color (decimal): -5421040 or 1067181. OLE color: 1067181.
HSL color Cylindrical-coordinate representation of color #AD4810: hue angle of 21.4º 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 #AD4810 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 72 | 16 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.32 |
| HSL | 21.4º | 0.83% | 0.37% | - |
| HSV(B) | 21.4º | 0.91% | 0.68% | - |
| XYZ | 19.64 | 13.56 | 2.07 | - |
| YUV | 95.82 | 82.96 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 72 | 16 | 0 | 0.58 | 0.91 | 0.32 | 21.4 | 0.83 | 0.37 |
| Hex | AD | 48 | 10 | 0 | 3A | 5B | 20 | 15 | 53 | 25 |
| Octal | 255 | 110 | 20 | 0 | 72 | 133 | 40 | 25 | 123 | 45 |
| Binary | 10101101 | 1001000 | 10000 | 0 | 111010 | 1011011 | 100000 | 10101 | 1010011 | 100101 |
Color Harmonies of #AD4810
Complementary color
Monochromatic Colors of #AD4810
Black with #AD4810
Text Example
Text Example
White with #AD4810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4810; }
p { color: rgb(173,72,16); }
H1.HeaderClassName
{
color: #AD4810;
}
.AnyTagClassName
{
color: #AD4810;
}
</style>
background-color css
<style>
a { background-color: #AD4810; }
a { background-color: rgb(173,72,16); }
div.DivClassName
{
background-color: #AD4810;
}
.BgClassName
{
background-color: #AD4810;
}
</style>
border-color css
<style>
span { border-color: #AD4810; }
span { border-color: rgb(173,72,16); }
td.TdClassName
{
border-color: #AD4810;
}
.TagClassName
{
border-color: #AD4810;
}
</style>