Shades of Rust #AD3504
Tints of Rust #AD3504
RGB
CMYK
RGB Variations
Color information
#AD3504 (or 0xAD3504) is known color: Rust. HEX triplet: AD, 35 and 04. RGB value is (173,53,4). Sum of RGB (Red+Green+Blue) = 173+53+4=230 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.22% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3504 is #52CAFB. Grayscale: #535353. Windows color (decimal): -5425916 or 275885. OLE color: 275885.
HSL color Cylindrical-coordinate representation of color #AD3504: hue angle of 17.4º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD3504 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 4 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.32 |
| HSL | 17.4º | 0.95% | 0.35% | - |
| HSV(B) | 17.4º | 0.98% | 0.68% | - |
| XYZ | 18.53 | 11.44 | 1.35 | - |
| YUV | 83.29 | 83.26 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 4 | 0 | 0.69 | 0.98 | 0.32 | 17.4 | 0.95 | 0.35 |
| Hex | AD | 35 | 4 | 0 | 45 | 62 | 20 | 11 | 5F | 23 |
| Octal | 255 | 65 | 4 | 0 | 105 | 142 | 40 | 21 | 137 | 43 |
| Binary | 10101101 | 110101 | 100 | 0 | 1000101 | 1100010 | 100000 | 10001 | 1011111 | 100011 |
Color Harmonies of #AD3504
Complementary color
Monochromatic Colors of #AD3504
Black with #AD3504
Text Example
Text Example
White with #AD3504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3504; }
p { color: rgb(173,53,4); }
H1.HeaderClassName
{
color: #AD3504;
}
.AnyTagClassName
{
color: #AD3504;
}
</style>
background-color css
<style>
a { background-color: #AD3504; }
a { background-color: rgb(173,53,4); }
div.DivClassName
{
background-color: #AD3504;
}
.BgClassName
{
background-color: #AD3504;
}
</style>
border-color css
<style>
span { border-color: #AD3504; }
span { border-color: rgb(173,53,4); }
td.TdClassName
{
border-color: #AD3504;
}
.TagClassName
{
border-color: #AD3504;
}
</style>