Shades of Rust #AD4609
Tints of Rust #AD4609
RGB
CMYK
RGB Variations
Color information
#AD4609 (or 0xAD4609) is known color: Rust. HEX triplet: AD, 46 and 09. RGB value is (173,70,9). Sum of RGB (Red+Green+Blue) = 173+70+9=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4609 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4609 is #52B9F6. Grayscale: #5E5E5E. Windows color (decimal): -5421559 or 607917. OLE color: 607917.
HSL color Cylindrical-coordinate representation of color #AD4609: hue angle of 22.32º 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 #AD4609 is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 70 | 9 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.32 |
| HSL | 22.32º | 0.9% | 0.36% | - |
| HSV(B) | 22.32º | 0.95% | 0.68% | - |
| XYZ | 19.47 | 13.28 | 1.8 | - |
| YUV | 93.84 | 80.12 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 9 | 0 | 0.60 | 0.95 | 0.32 | 22.32 | 0.9 | 0.36 |
| Hex | AD | 46 | 9 | 0 | 3C | 5F | 20 | 16 | 5A | 24 |
| Octal | 255 | 106 | 11 | 0 | 74 | 137 | 40 | 26 | 132 | 44 |
| Binary | 10101101 | 1000110 | 1001 | 0 | 111100 | 1011111 | 100000 | 10110 | 1011010 | 100100 |
Color Harmonies of #AD4609
Complementary color
Monochromatic Colors of #AD4609
Black with #AD4609
Text Example
Text Example
White with #AD4609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4609; }
p { color: rgb(173,70,9); }
H1.HeaderClassName
{
color: #AD4609;
}
.AnyTagClassName
{
color: #AD4609;
}
</style>
background-color css
<style>
a { background-color: #AD4609; }
a { background-color: rgb(173,70,9); }
div.DivClassName
{
background-color: #AD4609;
}
.BgClassName
{
background-color: #AD4609;
}
</style>
border-color css
<style>
span { border-color: #AD4609; }
span { border-color: rgb(173,70,9); }
td.TdClassName
{
border-color: #AD4609;
}
.TagClassName
{
border-color: #AD4609;
}
</style>