Shades of Rust #AD5002
Tints of Rust #AD5002
RGB
CMYK
RGB Variations
Color information
#AD5002 (or 0xAD5002) is known color: Rust. HEX triplet: AD, 50 and 02. RGB value is (173,80,2). Sum of RGB (Red+Green+Blue) = 173+80+2=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5002 is #52AFFD. Grayscale: #636363. Windows color (decimal): -5419006 or 151725. OLE color: 151725.
HSL color Cylindrical-coordinate representation of color #AD5002: hue angle of 27.37º 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 #AD5002 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 2 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.32 |
| HSL | 27.37º | 0.98% | 0.34% | - |
| HSV(B) | 27.37º | 0.99% | 0.68% | - |
| XYZ | 20.11 | 14.63 | 1.82 | - |
| YUV | 98.92 | 73.31 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 2 | 0 | 0.54 | 0.99 | 0.32 | 27.37 | 0.98 | 0.34 |
| Hex | AD | 50 | 2 | 0 | 36 | 63 | 20 | 1B | 62 | 22 |
| Octal | 255 | 120 | 2 | 0 | 66 | 143 | 40 | 33 | 142 | 42 |
| Binary | 10101101 | 1010000 | 10 | 0 | 110110 | 1100011 | 100000 | 11011 | 1100010 | 100010 |
Color Harmonies of #AD5002
Complementary color
Monochromatic Colors of #AD5002
Black with #AD5002
Text Example
Text Example
White with #AD5002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5002; }
p { color: rgb(173,80,2); }
H1.HeaderClassName
{
color: #AD5002;
}
.AnyTagClassName
{
color: #AD5002;
}
</style>
background-color css
<style>
a { background-color: #AD5002; }
a { background-color: rgb(173,80,2); }
div.DivClassName
{
background-color: #AD5002;
}
.BgClassName
{
background-color: #AD5002;
}
</style>
border-color css
<style>
span { border-color: #AD5002; }
span { border-color: rgb(173,80,2); }
td.TdClassName
{
border-color: #AD5002;
}
.TagClassName
{
border-color: #AD5002;
}
</style>