Shades of Rust #AD4109
Tints of Rust #AD4109
RGB
CMYK
RGB Variations
Color information
#AD4109 (or 0xAD4109) is known color: Rust. HEX triplet: AD, 41 and 09. RGB value is (173,65,9). Sum of RGB (Red+Green+Blue) = 173+65+9=247 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.04% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4109 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4109 is #52BEF6. Grayscale: #5B5B5B. Windows color (decimal): -5422839 or 606637. OLE color: 606637.
HSL color Cylindrical-coordinate representation of color #AD4109: hue angle of 20.49º 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 #AD4109 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 9 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.32 |
| HSL | 20.49º | 0.9% | 0.36% | - |
| HSV(B) | 20.49º | 0.95% | 0.68% | - |
| XYZ | 19.17 | 12.68 | 1.7 | - |
| YUV | 90.91 | 81.78 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 9 | 0 | 0.62 | 0.95 | 0.32 | 20.49 | 0.9 | 0.36 |
| Hex | AD | 41 | 9 | 0 | 3E | 5F | 20 | 14 | 5A | 24 |
| Octal | 255 | 101 | 11 | 0 | 76 | 137 | 40 | 24 | 132 | 44 |
| Binary | 10101101 | 1000001 | 1001 | 0 | 111110 | 1011111 | 100000 | 10100 | 1011010 | 100100 |
Color Harmonies of #AD4109
Complementary color
Monochromatic Colors of #AD4109
Black with #AD4109
Text Example
Text Example
White with #AD4109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4109; }
p { color: rgb(173,65,9); }
H1.HeaderClassName
{
color: #AD4109;
}
.AnyTagClassName
{
color: #AD4109;
}
</style>
background-color css
<style>
a { background-color: #AD4109; }
a { background-color: rgb(173,65,9); }
div.DivClassName
{
background-color: #AD4109;
}
.BgClassName
{
background-color: #AD4109;
}
</style>
border-color css
<style>
span { border-color: #AD4109; }
span { border-color: rgb(173,65,9); }
td.TdClassName
{
border-color: #AD4109;
}
.TagClassName
{
border-color: #AD4109;
}
</style>