Shades of Rust #AD5203
Tints of Rust #AD5203
RGB
CMYK
RGB Variations
Color information
#AD5203 (or 0xAD5203) is known color: Rust. HEX triplet: AD, 52 and 03. RGB value is (173,82,3). Sum of RGB (Red+Green+Blue) = 173+82+3=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5203 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5203 is #52ADFC. Grayscale: #646464. Windows color (decimal): -5418493 or 217773. OLE color: 217773.
HSL color Cylindrical-coordinate representation of color #AD5203: hue angle of 27.88º degrees, saturation: 0.97, 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 #AD5203 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 82 | 3 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.32 |
| HSL | 27.88º | 0.97% | 0.35% | - |
| HSV(B) | 27.88º | 0.98% | 0.68% | - |
| XYZ | 20.27 | 14.93 | 1.9 | - |
| YUV | 100.2 | 73.15 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 3 | 0 | 0.53 | 0.98 | 0.32 | 27.88 | 0.97 | 0.35 |
| Hex | AD | 52 | 3 | 0 | 35 | 62 | 20 | 1C | 61 | 23 |
| Octal | 255 | 122 | 3 | 0 | 65 | 142 | 40 | 34 | 141 | 43 |
| Binary | 10101101 | 1010010 | 11 | 0 | 110101 | 1100010 | 100000 | 11100 | 1100001 | 100011 |
Color Harmonies of #AD5203
Complementary color
Monochromatic Colors of #AD5203
Black with #AD5203
Text Example
Text Example
White with #AD5203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5203; }
p { color: rgb(173,82,3); }
H1.HeaderClassName
{
color: #AD5203;
}
.AnyTagClassName
{
color: #AD5203;
}
</style>
background-color css
<style>
a { background-color: #AD5203; }
a { background-color: rgb(173,82,3); }
div.DivClassName
{
background-color: #AD5203;
}
.BgClassName
{
background-color: #AD5203;
}
</style>
border-color css
<style>
span { border-color: #AD5203; }
span { border-color: rgb(173,82,3); }
td.TdClassName
{
border-color: #AD5203;
}
.TagClassName
{
border-color: #AD5203;
}
</style>