Shades of Rust #AD5202
Tints of Rust #AD5202
RGB
CMYK
RGB Variations
Color information
#AD5202 (or 0xAD5202) is known color: Rust. HEX triplet: AD, 52 and 02. RGB value is (173,82,2). Sum of RGB (Red+Green+Blue) = 173+82+2=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5202 is #52ADFD. Grayscale: #646464. Windows color (decimal): -5418494 or 152237. OLE color: 152237.
HSL color Cylindrical-coordinate representation of color #AD5202: hue angle of 28.07º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD5202 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 82 | 2 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.32 |
| HSL | 28.07º | 0.98% | 0.34% | - |
| HSV(B) | 28.07º | 0.99% | 0.68% | - |
| XYZ | 20.26 | 14.92 | 1.87 | - |
| YUV | 100.09 | 72.65 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 2 | 0 | 0.53 | 0.99 | 0.32 | 28.07 | 0.98 | 0.34 |
| Hex | AD | 52 | 2 | 0 | 35 | 63 | 20 | 1C | 62 | 22 |
| Octal | 255 | 122 | 2 | 0 | 65 | 143 | 40 | 34 | 142 | 42 |
| Binary | 10101101 | 1010010 | 10 | 0 | 110101 | 1100011 | 100000 | 11100 | 1100010 | 100010 |
Color Harmonies of #AD5202
Complementary color
Monochromatic Colors of #AD5202
Black with #AD5202
Text Example
Text Example
White with #AD5202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5202; }
p { color: rgb(173,82,2); }
H1.HeaderClassName
{
color: #AD5202;
}
.AnyTagClassName
{
color: #AD5202;
}
</style>
background-color css
<style>
a { background-color: #AD5202; }
a { background-color: rgb(173,82,2); }
div.DivClassName
{
background-color: #AD5202;
}
.BgClassName
{
background-color: #AD5202;
}
</style>
border-color css
<style>
span { border-color: #AD5202; }
span { border-color: rgb(173,82,2); }
td.TdClassName
{
border-color: #AD5202;
}
.TagClassName
{
border-color: #AD5202;
}
</style>