Shades of Rust #AD4903
Tints of Rust #AD4903
RGB
CMYK
RGB Variations
Color information
#AD4903 (or 0xAD4903) is known color: Rust. HEX triplet: AD, 49 and 03. RGB value is (173,73,3). Sum of RGB (Red+Green+Blue) = 173+73+3=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4903 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4903 is #52B6FC. Grayscale: #5F5F5F. Windows color (decimal): -5420797 or 215469. OLE color: 215469.
HSL color Cylindrical-coordinate representation of color #AD4903: hue angle of 24.71º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD4903 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 73 | 3 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.32 |
| HSL | 24.71º | 0.97% | 0.35% | - |
| HSV(B) | 24.71º | 0.98% | 0.68% | - |
| XYZ | 19.63 | 13.66 | 1.69 | - |
| YUV | 94.92 | 76.13 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 3 | 0 | 0.58 | 0.98 | 0.32 | 24.71 | 0.97 | 0.35 |
| Hex | AD | 49 | 3 | 0 | 3A | 62 | 20 | 19 | 61 | 23 |
| Octal | 255 | 111 | 3 | 0 | 72 | 142 | 40 | 31 | 141 | 43 |
| Binary | 10101101 | 1001001 | 11 | 0 | 111010 | 1100010 | 100000 | 11001 | 1100001 | 100011 |
Color Harmonies of #AD4903
Complementary color
Monochromatic Colors of #AD4903
Black with #AD4903
Text Example
Text Example
White with #AD4903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4903; }
p { color: rgb(173,73,3); }
H1.HeaderClassName
{
color: #AD4903;
}
.AnyTagClassName
{
color: #AD4903;
}
</style>
background-color css
<style>
a { background-color: #AD4903; }
a { background-color: rgb(173,73,3); }
div.DivClassName
{
background-color: #AD4903;
}
.BgClassName
{
background-color: #AD4903;
}
</style>
border-color css
<style>
span { border-color: #AD4903; }
span { border-color: rgb(173,73,3); }
td.TdClassName
{
border-color: #AD4903;
}
.TagClassName
{
border-color: #AD4903;
}
</style>