Shades of Rust #AD3705
Tints of Rust #AD3705
RGB
CMYK
RGB Variations
Color information
#AD3705 (or 0xAD3705) is known color: Rust. HEX triplet: AD, 37 and 05. RGB value is (173,55,5). Sum of RGB (Red+Green+Blue) = 173+55+5=233 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.25% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3705 is #52C8FA. Grayscale: #545454. Windows color (decimal): -5425403 or 341933. OLE color: 341933.
HSL color Cylindrical-coordinate representation of color #AD3705: hue angle of 17.86º degrees, saturation: 0.94, 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 #AD3705 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 5 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.32 |
| HSL | 17.86º | 0.94% | 0.35% | - |
| HSV(B) | 17.86º | 0.97% | 0.68% | - |
| XYZ | 18.63 | 11.63 | 1.41 | - |
| YUV | 84.58 | 83.09 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 5 | 0 | 0.68 | 0.97 | 0.32 | 17.86 | 0.94 | 0.35 |
| Hex | AD | 37 | 5 | 0 | 44 | 61 | 20 | 12 | 5E | 23 |
| Octal | 255 | 67 | 5 | 0 | 104 | 141 | 40 | 22 | 136 | 43 |
| Binary | 10101101 | 110111 | 101 | 0 | 1000100 | 1100001 | 100000 | 10010 | 1011110 | 100011 |
Color Harmonies of #AD3705
Complementary color
Monochromatic Colors of #AD3705
Black with #AD3705
Text Example
Text Example
White with #AD3705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3705; }
p { color: rgb(173,55,5); }
H1.HeaderClassName
{
color: #AD3705;
}
.AnyTagClassName
{
color: #AD3705;
}
</style>
background-color css
<style>
a { background-color: #AD3705; }
a { background-color: rgb(173,55,5); }
div.DivClassName
{
background-color: #AD3705;
}
.BgClassName
{
background-color: #AD3705;
}
</style>
border-color css
<style>
span { border-color: #AD3705; }
span { border-color: rgb(173,55,5); }
td.TdClassName
{
border-color: #AD3705;
}
.TagClassName
{
border-color: #AD3705;
}
</style>