Shades of Rust #AD4900
Tints of Rust #AD4900
RGB
CMYK
RGB Variations
Color information
#AD4900 (or 0xAD4900) is known color: Rust. HEX triplet: AD, 49 and 00. RGB value is (173,73,0). Sum of RGB (Red+Green+Blue) = 173+73+0=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4900 is #52B6FF. Grayscale: #5E5E5E. Windows color (decimal): -5420800 or 18861. OLE color: 18861.
HSL color Cylindrical-coordinate representation of color #AD4900: hue angle of 25.32º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD4900 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 73 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.32 |
| HSL | 25.32º | 1% | 0.34% | - |
| HSV(B) | 25.32º | 1% | 0.68% | - |
| XYZ | 19.62 | 13.65 | 1.6 | - |
| YUV | 94.58 | 74.63 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 0 | 0 | 0.58 | 1 | 0.32 | 25.32 | 1 | 0.34 |
| Hex | AD | 49 | 0 | 0 | 3A | 64 | 20 | 19 | 64 | 22 |
| Octal | 255 | 111 | 0 | 0 | 72 | 144 | 40 | 31 | 144 | 42 |
| Binary | 10101101 | 1001001 | 0 | 0 | 111010 | 1100100 | 100000 | 11001 | 1100100 | 100010 |
Color Harmonies of #AD4900
Complementary color
Monochromatic Colors of #AD4900
Black with #AD4900
Text Example
Text Example
White with #AD4900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4900; }
p { color: rgb(173,73,0); }
H1.HeaderClassName
{
color: #AD4900;
}
.AnyTagClassName
{
color: #AD4900;
}
</style>
background-color css
<style>
a { background-color: #AD4900; }
a { background-color: rgb(173,73,0); }
div.DivClassName
{
background-color: #AD4900;
}
.BgClassName
{
background-color: #AD4900;
}
</style>
border-color css
<style>
span { border-color: #AD4900; }
span { border-color: rgb(173,73,0); }
td.TdClassName
{
border-color: #AD4900;
}
.TagClassName
{
border-color: #AD4900;
}
</style>