Shades of Rust #AD4D09
Tints of Rust #AD4D09
RGB
CMYK
RGB Variations
Color information
#AD4D09 (or 0xAD4D09) is known color: Rust. HEX triplet: AD, 4D and 09. RGB value is (173,77,9). Sum of RGB (Red+Green+Blue) = 173+77+9=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD4D09 is #52B2F6. Grayscale: #626262. Windows color (decimal): -5419767 or 609709. OLE color: 609709.
HSL color Cylindrical-coordinate representation of color #AD4D09: hue angle of 24.88º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD4D09 is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 77 | 9 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.32 |
| HSL | 24.88º | 0.9% | 0.36% | - |
| HSV(B) | 24.88º | 0.95% | 0.68% | - |
| XYZ | 19.94 | 14.21 | 1.95 | - |
| YUV | 97.95 | 77.8 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 9 | 0 | 0.55 | 0.95 | 0.32 | 24.88 | 0.9 | 0.36 |
| Hex | AD | 4D | 9 | 0 | 37 | 5F | 20 | 19 | 5A | 24 |
| Octal | 255 | 115 | 11 | 0 | 67 | 137 | 40 | 31 | 132 | 44 |
| Binary | 10101101 | 1001101 | 1001 | 0 | 110111 | 1011111 | 100000 | 11001 | 1011010 | 100100 |
Color Harmonies of #AD4D09
Complementary color
Monochromatic Colors of #AD4D09
Black with #AD4D09
Text Example
Text Example
White with #AD4D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4D09; }
p { color: rgb(173,77,9); }
H1.HeaderClassName
{
color: #AD4D09;
}
.AnyTagClassName
{
color: #AD4D09;
}
</style>
background-color css
<style>
a { background-color: #AD4D09; }
a { background-color: rgb(173,77,9); }
div.DivClassName
{
background-color: #AD4D09;
}
.BgClassName
{
background-color: #AD4D09;
}
</style>
border-color css
<style>
span { border-color: #AD4D09; }
span { border-color: rgb(173,77,9); }
td.TdClassName
{
border-color: #AD4D09;
}
.TagClassName
{
border-color: #AD4D09;
}
</style>