Shades of Rust #AD3D06
Tints of Rust #AD3D06
RGB
CMYK
RGB Variations
Color information
#AD3D06 (or 0xAD3D06) is known color: Rust. HEX triplet: AD, 3D and 06. RGB value is (173,61,6). Sum of RGB (Red+Green+Blue) = 173+61+6=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3D06 is #52C2F9. Grayscale: #585858. Windows color (decimal): -5423866 or 409005. OLE color: 409005.
HSL color Cylindrical-coordinate representation of color #AD3D06: hue angle of 19.76º 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 #AD3D06 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 61 | 6 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.32 |
| HSL | 19.76º | 0.93% | 0.35% | - |
| HSV(B) | 19.76º | 0.97% | 0.68% | - |
| XYZ | 18.94 | 12.23 | 1.54 | - |
| YUV | 88.22 | 81.61 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 61 | 6 | 0 | 0.65 | 0.97 | 0.32 | 19.76 | 0.93 | 0.35 |
| Hex | AD | 3D | 6 | 0 | 41 | 61 | 20 | 14 | 5D | 23 |
| Octal | 255 | 75 | 6 | 0 | 101 | 141 | 40 | 24 | 135 | 43 |
| Binary | 10101101 | 111101 | 110 | 0 | 1000001 | 1100001 | 100000 | 10100 | 1011101 | 100011 |
Color Harmonies of #AD3D06
Complementary color
Monochromatic Colors of #AD3D06
Black with #AD3D06
Text Example
Text Example
White with #AD3D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3D06; }
p { color: rgb(173,61,6); }
H1.HeaderClassName
{
color: #AD3D06;
}
.AnyTagClassName
{
color: #AD3D06;
}
</style>
background-color css
<style>
a { background-color: #AD3D06; }
a { background-color: rgb(173,61,6); }
div.DivClassName
{
background-color: #AD3D06;
}
.BgClassName
{
background-color: #AD3D06;
}
</style>
border-color css
<style>
span { border-color: #AD3D06; }
span { border-color: rgb(173,61,6); }
td.TdClassName
{
border-color: #AD3D06;
}
.TagClassName
{
border-color: #AD3D06;
}
</style>