Shades of Rust #AD4904
Tints of Rust #AD4904
RGB
CMYK
RGB Variations
Color information
#AD4904 (or 0xAD4904) is known color: Rust. HEX triplet: AD, 49 and 04. RGB value is (173,73,4). Sum of RGB (Red+Green+Blue) = 173+73+4=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4904 is #52B6FB. Grayscale: #5F5F5F. Windows color (decimal): -5420796 or 281005. OLE color: 281005.
HSL color Cylindrical-coordinate representation of color #AD4904: hue angle of 24.5º degrees, saturation: 0.95, 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 #AD4904 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 73 | 4 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.32 |
| HSL | 24.5º | 0.95% | 0.35% | - |
| HSV(B) | 24.5º | 0.98% | 0.68% | - |
| XYZ | 19.64 | 13.66 | 1.72 | - |
| YUV | 95.03 | 76.63 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 4 | 0 | 0.58 | 0.98 | 0.32 | 24.5 | 0.95 | 0.35 |
| Hex | AD | 49 | 4 | 0 | 3A | 62 | 20 | 18 | 5F | 23 |
| Octal | 255 | 111 | 4 | 0 | 72 | 142 | 40 | 30 | 137 | 43 |
| Binary | 10101101 | 1001001 | 100 | 0 | 111010 | 1100010 | 100000 | 11000 | 1011111 | 100011 |
Color Harmonies of #AD4904
Complementary color
Monochromatic Colors of #AD4904
Black with #AD4904
Text Example
Text Example
White with #AD4904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4904; }
p { color: rgb(173,73,4); }
H1.HeaderClassName
{
color: #AD4904;
}
.AnyTagClassName
{
color: #AD4904;
}
</style>
background-color css
<style>
a { background-color: #AD4904; }
a { background-color: rgb(173,73,4); }
div.DivClassName
{
background-color: #AD4904;
}
.BgClassName
{
background-color: #AD4904;
}
</style>
border-color css
<style>
span { border-color: #AD4904; }
span { border-color: rgb(173,73,4); }
td.TdClassName
{
border-color: #AD4904;
}
.TagClassName
{
border-color: #AD4904;
}
</style>