Shades of Rust #AD5109
Tints of Rust #AD5109
RGB
CMYK
RGB Variations
Color information
#AD5109 (or 0xAD5109) is known color: Rust. HEX triplet: AD, 51 and 09. RGB value is (173,81,9). Sum of RGB (Red+Green+Blue) = 173+81+9=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5109 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5109 is #52AEF6. Grayscale: #646464. Windows color (decimal): -5418743 or 610733. OLE color: 610733.
HSL color Cylindrical-coordinate representation of color #AD5109: hue angle of 26.34º 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 #AD5109 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 81 | 9 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.32 |
| HSL | 26.34º | 0.9% | 0.36% | - |
| HSV(B) | 26.34º | 0.95% | 0.68% | - |
| XYZ | 20.23 | 14.79 | 2.05 | - |
| YUV | 100.3 | 76.48 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 9 | 0 | 0.53 | 0.95 | 0.32 | 26.34 | 0.9 | 0.36 |
| Hex | AD | 51 | 9 | 0 | 35 | 5F | 20 | 1A | 5A | 24 |
| Octal | 255 | 121 | 11 | 0 | 65 | 137 | 40 | 32 | 132 | 44 |
| Binary | 10101101 | 1010001 | 1001 | 0 | 110101 | 1011111 | 100000 | 11010 | 1011010 | 100100 |
Color Harmonies of #AD5109
Complementary color
Monochromatic Colors of #AD5109
Black with #AD5109
Text Example
Text Example
White with #AD5109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5109; }
p { color: rgb(173,81,9); }
H1.HeaderClassName
{
color: #AD5109;
}
.AnyTagClassName
{
color: #AD5109;
}
</style>
background-color css
<style>
a { background-color: #AD5109; }
a { background-color: rgb(173,81,9); }
div.DivClassName
{
background-color: #AD5109;
}
.BgClassName
{
background-color: #AD5109;
}
</style>
border-color css
<style>
span { border-color: #AD5109; }
span { border-color: rgb(173,81,9); }
td.TdClassName
{
border-color: #AD5109;
}
.TagClassName
{
border-color: #AD5109;
}
</style>