Shades of Rust #AD5103
Tints of Rust #AD5103
RGB
CMYK
RGB Variations
Color information
#AD5103 (or 0xAD5103) is known color: Rust. HEX triplet: AD, 51 and 03. RGB value is (173,81,3). Sum of RGB (Red+Green+Blue) = 173+81+3=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5103 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5103 is #52AEFC. Grayscale: #646464. Windows color (decimal): -5418749 or 217517. OLE color: 217517.
HSL color Cylindrical-coordinate representation of color #AD5103: hue angle of 27.53º 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 #AD5103 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 81 | 3 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.32 |
| HSL | 27.53º | 0.97% | 0.35% | - |
| HSV(B) | 27.53º | 0.98% | 0.68% | - |
| XYZ | 20.19 | 14.78 | 1.87 | - |
| YUV | 99.62 | 73.48 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 3 | 0 | 0.53 | 0.98 | 0.32 | 27.53 | 0.97 | 0.35 |
| Hex | AD | 51 | 3 | 0 | 35 | 62 | 20 | 1C | 61 | 23 |
| Octal | 255 | 121 | 3 | 0 | 65 | 142 | 40 | 34 | 141 | 43 |
| Binary | 10101101 | 1010001 | 11 | 0 | 110101 | 1100010 | 100000 | 11100 | 1100001 | 100011 |
Color Harmonies of #AD5103
Complementary color
Monochromatic Colors of #AD5103
Black with #AD5103
Text Example
Text Example
White with #AD5103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5103; }
p { color: rgb(173,81,3); }
H1.HeaderClassName
{
color: #AD5103;
}
.AnyTagClassName
{
color: #AD5103;
}
</style>
background-color css
<style>
a { background-color: #AD5103; }
a { background-color: rgb(173,81,3); }
div.DivClassName
{
background-color: #AD5103;
}
.BgClassName
{
background-color: #AD5103;
}
</style>
border-color css
<style>
span { border-color: #AD5103; }
span { border-color: rgb(173,81,3); }
td.TdClassName
{
border-color: #AD5103;
}
.TagClassName
{
border-color: #AD5103;
}
</style>