Shades of Rust #AD4F09
Tints of Rust #AD4F09
RGB
CMYK
RGB Variations
Color information
#AD4F09 (or 0xAD4F09) is known color: Rust. HEX triplet: AD, 4F and 09. RGB value is (173,79,9). Sum of RGB (Red+Green+Blue) = 173+79+9=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD4F09 is #52B0F6. Grayscale: #636363. Windows color (decimal): -5419255 or 610221. OLE color: 610221.
HSL color Cylindrical-coordinate representation of color #AD4F09: hue angle of 25.61º 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 #AD4F09 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 79 | 9 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.32 |
| HSL | 25.61º | 0.9% | 0.36% | - |
| HSV(B) | 25.61º | 0.95% | 0.68% | - |
| XYZ | 20.08 | 14.5 | 2 | - |
| YUV | 99.13 | 77.14 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 79 | 9 | 0 | 0.54 | 0.95 | 0.32 | 25.61 | 0.9 | 0.36 |
| Hex | AD | 4F | 9 | 0 | 36 | 5F | 20 | 1A | 5A | 24 |
| Octal | 255 | 117 | 11 | 0 | 66 | 137 | 40 | 32 | 132 | 44 |
| Binary | 10101101 | 1001111 | 1001 | 0 | 110110 | 1011111 | 100000 | 11010 | 1011010 | 100100 |
Color Harmonies of #AD4F09
Complementary color
Monochromatic Colors of #AD4F09
Black with #AD4F09
Text Example
Text Example
White with #AD4F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4F09; }
p { color: rgb(173,79,9); }
H1.HeaderClassName
{
color: #AD4F09;
}
.AnyTagClassName
{
color: #AD4F09;
}
</style>
background-color css
<style>
a { background-color: #AD4F09; }
a { background-color: rgb(173,79,9); }
div.DivClassName
{
background-color: #AD4F09;
}
.BgClassName
{
background-color: #AD4F09;
}
</style>
border-color css
<style>
span { border-color: #AD4F09; }
span { border-color: rgb(173,79,9); }
td.TdClassName
{
border-color: #AD4F09;
}
.TagClassName
{
border-color: #AD4F09;
}
</style>