Shades of Rust #AD3206
Tints of Rust #AD3206
RGB
CMYK
RGB Variations
Color information
#AD3206 (or 0xAD3206) is known color: Rust. HEX triplet: AD, 32 and 06. RGB value is (173,50,6). Sum of RGB (Red+Green+Blue) = 173+50+6=229 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.55% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3206 is #52CDF9. Grayscale: #525252. Windows color (decimal): -5426682 or 406189. OLE color: 406189.
HSL color Cylindrical-coordinate representation of color #AD3206: hue angle of 15.81º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD3206 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 6 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.32 |
| HSL | 15.81º | 0.93% | 0.35% | - |
| HSV(B) | 15.81º | 0.97% | 0.68% | - |
| XYZ | 18.41 | 11.18 | 1.36 | - |
| YUV | 81.76 | 85.25 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 6 | 0 | 0.71 | 0.97 | 0.32 | 15.81 | 0.93 | 0.35 |
| Hex | AD | 32 | 6 | 0 | 47 | 61 | 20 | 10 | 5D | 23 |
| Octal | 255 | 62 | 6 | 0 | 107 | 141 | 40 | 20 | 135 | 43 |
| Binary | 10101101 | 110010 | 110 | 0 | 1000111 | 1100001 | 100000 | 10000 | 1011101 | 100011 |
Color Harmonies of #AD3206
Complementary color
Monochromatic Colors of #AD3206
Black with #AD3206
Text Example
Text Example
White with #AD3206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3206; }
p { color: rgb(173,50,6); }
H1.HeaderClassName
{
color: #AD3206;
}
.AnyTagClassName
{
color: #AD3206;
}
</style>
background-color css
<style>
a { background-color: #AD3206; }
a { background-color: rgb(173,50,6); }
div.DivClassName
{
background-color: #AD3206;
}
.BgClassName
{
background-color: #AD3206;
}
</style>
border-color css
<style>
span { border-color: #AD3206; }
span { border-color: rgb(173,50,6); }
td.TdClassName
{
border-color: #AD3206;
}
.TagClassName
{
border-color: #AD3206;
}
</style>