Shades of Rust #AD3612
Tints of Rust #AD3612
RGB
CMYK
RGB Variations
Color information
#AD3612 (or 0xAD3612) is known color: Rust. HEX triplet: AD, 36 and 12. RGB value is (173,54,18). Sum of RGB (Red+Green+Blue) = 173+54+18=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3612 is #52C9ED. Grayscale: #555555. Windows color (decimal): -5425646 or 1193645. OLE color: 1193645.
HSL color Cylindrical-coordinate representation of color #AD3612: hue angle of 13.94º 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 #AD3612 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 54 | 18 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.32 |
| HSL | 13.94º | 0.81% | 0.37% | - |
| HSV(B) | 13.94º | 0.9% | 0.68% | - |
| XYZ | 18.66 | 11.57 | 1.82 | - |
| YUV | 85.48 | 89.92 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 18 | 0 | 0.69 | 0.90 | 0.32 | 13.94 | 0.81 | 0.37 |
| Hex | AD | 36 | 12 | 0 | 45 | 5A | 20 | E | 51 | 25 |
| Octal | 255 | 66 | 22 | 0 | 105 | 132 | 40 | 16 | 121 | 45 |
| Binary | 10101101 | 110110 | 10010 | 0 | 1000101 | 1011010 | 100000 | 1110 | 1010001 | 100101 |
Color Harmonies of #AD3612
Complementary color
Monochromatic Colors of #AD3612
Black with #AD3612
Text Example
Text Example
White with #AD3612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3612; }
p { color: rgb(173,54,18); }
H1.HeaderClassName
{
color: #AD3612;
}
.AnyTagClassName
{
color: #AD3612;
}
</style>
background-color css
<style>
a { background-color: #AD3612; }
a { background-color: rgb(173,54,18); }
div.DivClassName
{
background-color: #AD3612;
}
.BgClassName
{
background-color: #AD3612;
}
</style>
border-color css
<style>
span { border-color: #AD3612; }
span { border-color: rgb(173,54,18); }
td.TdClassName
{
border-color: #AD3612;
}
.TagClassName
{
border-color: #AD3612;
}
</style>