Shades of Rust #AD3505
Tints of Rust #AD3505
RGB
CMYK
RGB Variations
Color information
#AD3505 (or 0xAD3505) is known color: Rust. HEX triplet: AD, 35 and 05. RGB value is (173,53,5). Sum of RGB (Red+Green+Blue) = 173+53+5=231 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.89% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3505 is #52CAFA. Grayscale: #535353. Windows color (decimal): -5425915 or 341421. OLE color: 341421.
HSL color Cylindrical-coordinate representation of color #AD3505: hue angle of 17.14º 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 #AD3505 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 5 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.32 |
| HSL | 17.14º | 0.94% | 0.35% | - |
| HSV(B) | 17.14º | 0.97% | 0.68% | - |
| XYZ | 18.53 | 11.44 | 1.38 | - |
| YUV | 83.41 | 83.76 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 5 | 0 | 0.69 | 0.97 | 0.32 | 17.14 | 0.94 | 0.35 |
| Hex | AD | 35 | 5 | 0 | 45 | 61 | 20 | 11 | 5E | 23 |
| Octal | 255 | 65 | 5 | 0 | 105 | 141 | 40 | 21 | 136 | 43 |
| Binary | 10101101 | 110101 | 101 | 0 | 1000101 | 1100001 | 100000 | 10001 | 1011110 | 100011 |
Color Harmonies of #AD3505
Complementary color
Monochromatic Colors of #AD3505
Black with #AD3505
Text Example
Text Example
White with #AD3505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3505; }
p { color: rgb(173,53,5); }
H1.HeaderClassName
{
color: #AD3505;
}
.AnyTagClassName
{
color: #AD3505;
}
</style>
background-color css
<style>
a { background-color: #AD3505; }
a { background-color: rgb(173,53,5); }
div.DivClassName
{
background-color: #AD3505;
}
.BgClassName
{
background-color: #AD3505;
}
</style>
border-color css
<style>
span { border-color: #AD3505; }
span { border-color: rgb(173,53,5); }
td.TdClassName
{
border-color: #AD3505;
}
.TagClassName
{
border-color: #AD3505;
}
</style>