Shades of Rust #AD3806
Tints of Rust #AD3806
RGB
CMYK
RGB Variations
Color information
#AD3806 (or 0xAD3806) is known color: Rust. HEX triplet: AD, 38 and 06. RGB value is (173,56,6). Sum of RGB (Red+Green+Blue) = 173+56+6=235 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.62% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3806 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3806 is #52C7F9. Grayscale: #555555. Windows color (decimal): -5425146 or 407725. OLE color: 407725.
HSL color Cylindrical-coordinate representation of color #AD3806: hue angle of 17.96º 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 #AD3806 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 56 | 6 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.32 |
| HSL | 17.96º | 0.93% | 0.35% | - |
| HSV(B) | 17.96º | 0.97% | 0.68% | - |
| XYZ | 18.68 | 11.73 | 1.45 | - |
| YUV | 85.28 | 83.26 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 6 | 0 | 0.68 | 0.97 | 0.32 | 17.96 | 0.93 | 0.35 |
| Hex | AD | 38 | 6 | 0 | 44 | 61 | 20 | 12 | 5D | 23 |
| Octal | 255 | 70 | 6 | 0 | 104 | 141 | 40 | 22 | 135 | 43 |
| Binary | 10101101 | 111000 | 110 | 0 | 1000100 | 1100001 | 100000 | 10010 | 1011101 | 100011 |
Color Harmonies of #AD3806
Complementary color
Monochromatic Colors of #AD3806
Black with #AD3806
Text Example
Text Example
White with #AD3806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3806; }
p { color: rgb(173,56,6); }
H1.HeaderClassName
{
color: #AD3806;
}
.AnyTagClassName
{
color: #AD3806;
}
</style>
background-color css
<style>
a { background-color: #AD3806; }
a { background-color: rgb(173,56,6); }
div.DivClassName
{
background-color: #AD3806;
}
.BgClassName
{
background-color: #AD3806;
}
</style>
border-color css
<style>
span { border-color: #AD3806; }
span { border-color: rgb(173,56,6); }
td.TdClassName
{
border-color: #AD3806;
}
.TagClassName
{
border-color: #AD3806;
}
</style>