Shades of Rust #AD3112
Tints of Rust #AD3112
RGB
CMYK
RGB Variations
Color information
#AD3112 (or 0xAD3112) is known color: Rust. HEX triplet: AD, 31 and 12. RGB value is (173,49,18). Sum of RGB (Red+Green+Blue) = 173+49+18=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3112 is #52CEED. Grayscale: #525252. Windows color (decimal): -5426926 or 1192365. OLE color: 1192365.
HSL color Cylindrical-coordinate representation of color #AD3112: hue angle of 12º 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 #AD3112 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 49 | 18 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.32 |
| HSL | 12º | 0.81% | 0.37% | - |
| HSV(B) | 12º | 0.9% | 0.68% | - |
| XYZ | 18.44 | 11.12 | 1.75 | - |
| YUV | 82.54 | 91.58 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 18 | 0 | 0.72 | 0.90 | 0.32 | 12 | 0.81 | 0.37 |
| Hex | AD | 31 | 12 | 0 | 48 | 5A | 20 | C | 51 | 25 |
| Octal | 255 | 61 | 22 | 0 | 110 | 132 | 40 | 14 | 121 | 45 |
| Binary | 10101101 | 110001 | 10010 | 0 | 1001000 | 1011010 | 100000 | 1100 | 1010001 | 100101 |
Color Harmonies of #AD3112
Complementary color
Monochromatic Colors of #AD3112
Black with #AD3112
Text Example
Text Example
White with #AD3112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3112; }
p { color: rgb(173,49,18); }
H1.HeaderClassName
{
color: #AD3112;
}
.AnyTagClassName
{
color: #AD3112;
}
</style>
background-color css
<style>
a { background-color: #AD3112; }
a { background-color: rgb(173,49,18); }
div.DivClassName
{
background-color: #AD3112;
}
.BgClassName
{
background-color: #AD3112;
}
</style>
border-color css
<style>
span { border-color: #AD3112; }
span { border-color: rgb(173,49,18); }
td.TdClassName
{
border-color: #AD3112;
}
.TagClassName
{
border-color: #AD3112;
}
</style>