Shades of Rust #AD3506
Tints of Rust #AD3506
RGB
CMYK
RGB Variations
Color information
#AD3506 (or 0xAD3506) is known color: Rust. HEX triplet: AD, 35 and 06. RGB value is (173,53,6). Sum of RGB (Red+Green+Blue) = 173+53+6=232 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.57% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3506 is #52CAF9. Grayscale: #535353. Windows color (decimal): -5425914 or 406957. OLE color: 406957.
HSL color Cylindrical-coordinate representation of color #AD3506: hue angle of 16.89º 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 #AD3506 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 6 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.32 |
| HSL | 16.89º | 0.93% | 0.35% | - |
| HSV(B) | 16.89º | 0.97% | 0.68% | - |
| XYZ | 18.54 | 11.44 | 1.4 | - |
| YUV | 83.52 | 84.26 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 6 | 0 | 0.69 | 0.97 | 0.32 | 16.89 | 0.93 | 0.35 |
| Hex | AD | 35 | 6 | 0 | 45 | 61 | 20 | 11 | 5D | 23 |
| Octal | 255 | 65 | 6 | 0 | 105 | 141 | 40 | 21 | 135 | 43 |
| Binary | 10101101 | 110101 | 110 | 0 | 1000101 | 1100001 | 100000 | 10001 | 1011101 | 100011 |
Color Harmonies of #AD3506
Complementary color
Monochromatic Colors of #AD3506
Black with #AD3506
Text Example
Text Example
White with #AD3506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3506; }
p { color: rgb(173,53,6); }
H1.HeaderClassName
{
color: #AD3506;
}
.AnyTagClassName
{
color: #AD3506;
}
</style>
background-color css
<style>
a { background-color: #AD3506; }
a { background-color: rgb(173,53,6); }
div.DivClassName
{
background-color: #AD3506;
}
.BgClassName
{
background-color: #AD3506;
}
</style>
border-color css
<style>
span { border-color: #AD3506; }
span { border-color: rgb(173,53,6); }
td.TdClassName
{
border-color: #AD3506;
}
.TagClassName
{
border-color: #AD3506;
}
</style>