Shades of Rust #AD4910
Tints of Rust #AD4910
RGB
CMYK
RGB Variations
Color information
#AD4910 (or 0xAD4910) is known color: Rust. HEX triplet: AD, 49 and 10. RGB value is (173,73,16). Sum of RGB (Red+Green+Blue) = 173+73+16=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4910 is #52B6EF. Grayscale: #606060. Windows color (decimal): -5420784 or 1067437. OLE color: 1067437.
HSL color Cylindrical-coordinate representation of color #AD4910: hue angle of 21.78º 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 #AD4910 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 73 | 16 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.32 |
| HSL | 21.78º | 0.83% | 0.37% | - |
| HSV(B) | 21.78º | 0.91% | 0.68% | - |
| XYZ | 19.71 | 13.69 | 2.09 | - |
| YUV | 96.4 | 82.63 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 16 | 0 | 0.58 | 0.91 | 0.32 | 21.78 | 0.83 | 0.37 |
| Hex | AD | 49 | 10 | 0 | 3A | 5B | 20 | 16 | 53 | 25 |
| Octal | 255 | 111 | 20 | 0 | 72 | 133 | 40 | 26 | 123 | 45 |
| Binary | 10101101 | 1001001 | 10000 | 0 | 111010 | 1011011 | 100000 | 10110 | 1010011 | 100101 |
Color Harmonies of #AD4910
Complementary color
Monochromatic Colors of #AD4910
Black with #AD4910
Text Example
Text Example
White with #AD4910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4910; }
p { color: rgb(173,73,16); }
H1.HeaderClassName
{
color: #AD4910;
}
.AnyTagClassName
{
color: #AD4910;
}
</style>
background-color css
<style>
a { background-color: #AD4910; }
a { background-color: rgb(173,73,16); }
div.DivClassName
{
background-color: #AD4910;
}
.BgClassName
{
background-color: #AD4910;
}
</style>
border-color css
<style>
span { border-color: #AD4910; }
span { border-color: rgb(173,73,16); }
td.TdClassName
{
border-color: #AD4910;
}
.TagClassName
{
border-color: #AD4910;
}
</style>