Shades of Rust #AD4909
Tints of Rust #AD4909
RGB
CMYK
RGB Variations
Color information
#AD4909 (or 0xAD4909) is known color: Rust. HEX triplet: AD, 49 and 09. RGB value is (173,73,9). Sum of RGB (Red+Green+Blue) = 173+73+9=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4909 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4909 is #52B6F6. Grayscale: #5F5F5F. Windows color (decimal): -5420791 or 608685. OLE color: 608685.
HSL color Cylindrical-coordinate representation of color #AD4909: hue angle of 23.41º 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 #AD4909 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 73 | 9 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.32 |
| HSL | 23.41º | 0.9% | 0.36% | - |
| HSV(B) | 23.41º | 0.95% | 0.68% | - |
| XYZ | 19.67 | 13.67 | 1.86 | - |
| YUV | 95.6 | 79.13 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 9 | 0 | 0.58 | 0.95 | 0.32 | 23.41 | 0.9 | 0.36 |
| Hex | AD | 49 | 9 | 0 | 3A | 5F | 20 | 17 | 5A | 24 |
| Octal | 255 | 111 | 11 | 0 | 72 | 137 | 40 | 27 | 132 | 44 |
| Binary | 10101101 | 1001001 | 1001 | 0 | 111010 | 1011111 | 100000 | 10111 | 1011010 | 100100 |
Color Harmonies of #AD4909
Complementary color
Monochromatic Colors of #AD4909
Black with #AD4909
Text Example
Text Example
White with #AD4909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4909; }
p { color: rgb(173,73,9); }
H1.HeaderClassName
{
color: #AD4909;
}
.AnyTagClassName
{
color: #AD4909;
}
</style>
background-color css
<style>
a { background-color: #AD4909; }
a { background-color: rgb(173,73,9); }
div.DivClassName
{
background-color: #AD4909;
}
.BgClassName
{
background-color: #AD4909;
}
</style>
border-color css
<style>
span { border-color: #AD4909; }
span { border-color: rgb(173,73,9); }
td.TdClassName
{
border-color: #AD4909;
}
.TagClassName
{
border-color: #AD4909;
}
</style>