Shades of Rust #AD4112
Tints of Rust #AD4112
RGB
CMYK
RGB Variations
Color information
#AD4112 (or 0xAD4112) is known color: Rust. HEX triplet: AD, 41 and 12. RGB value is (173,65,18). Sum of RGB (Red+Green+Blue) = 173+65+18=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4112 is #52BEED. Grayscale: #5C5C5C. Windows color (decimal): -5422830 or 1196461. OLE color: 1196461.
HSL color Cylindrical-coordinate representation of color #AD4112: hue angle of 18.19º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD4112 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 18 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.32 |
| HSL | 18.19º | 0.81% | 0.37% | - |
| HSV(B) | 18.19º | 0.9% | 0.68% | - |
| XYZ | 19.23 | 12.71 | 2.01 | - |
| YUV | 91.93 | 86.28 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 18 | 0 | 0.62 | 0.90 | 0.32 | 18.19 | 0.81 | 0.37 |
| Hex | AD | 41 | 12 | 0 | 3E | 5A | 20 | 12 | 51 | 25 |
| Octal | 255 | 101 | 22 | 0 | 76 | 132 | 40 | 22 | 121 | 45 |
| Binary | 10101101 | 1000001 | 10010 | 0 | 111110 | 1011010 | 100000 | 10010 | 1010001 | 100101 |
Color Harmonies of #AD4112
Complementary color
Monochromatic Colors of #AD4112
Black with #AD4112
Text Example
Text Example
White with #AD4112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4112; }
p { color: rgb(173,65,18); }
H1.HeaderClassName
{
color: #AD4112;
}
.AnyTagClassName
{
color: #AD4112;
}
</style>
background-color css
<style>
a { background-color: #AD4112; }
a { background-color: rgb(173,65,18); }
div.DivClassName
{
background-color: #AD4112;
}
.BgClassName
{
background-color: #AD4112;
}
</style>
border-color css
<style>
span { border-color: #AD4112; }
span { border-color: rgb(173,65,18); }
td.TdClassName
{
border-color: #AD4112;
}
.TagClassName
{
border-color: #AD4112;
}
</style>