Shades of Rust #AD5105
Tints of Rust #AD5105
RGB
CMYK
RGB Variations
Color information
#AD5105 (or 0xAD5105) is known color: Rust. HEX triplet: AD, 51 and 05. RGB value is (173,81,5). Sum of RGB (Red+Green+Blue) = 173+81+5=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5105 is #52AEFA. Grayscale: #646464. Windows color (decimal): -5418747 or 348589. OLE color: 348589.
HSL color Cylindrical-coordinate representation of color #AD5105: hue angle of 27.14º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD5105 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 81 | 5 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.32 |
| HSL | 27.14º | 0.94% | 0.35% | - |
| HSV(B) | 27.14º | 0.97% | 0.68% | - |
| XYZ | 20.2 | 14.78 | 1.93 | - |
| YUV | 99.84 | 74.48 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 5 | 0 | 0.53 | 0.97 | 0.32 | 27.14 | 0.94 | 0.35 |
| Hex | AD | 51 | 5 | 0 | 35 | 61 | 20 | 1B | 5E | 23 |
| Octal | 255 | 121 | 5 | 0 | 65 | 141 | 40 | 33 | 136 | 43 |
| Binary | 10101101 | 1010001 | 101 | 0 | 110101 | 1100001 | 100000 | 11011 | 1011110 | 100011 |
Color Harmonies of #AD5105
Complementary color
Monochromatic Colors of #AD5105
Black with #AD5105
Text Example
Text Example
White with #AD5105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5105; }
p { color: rgb(173,81,5); }
H1.HeaderClassName
{
color: #AD5105;
}
.AnyTagClassName
{
color: #AD5105;
}
</style>
background-color css
<style>
a { background-color: #AD5105; }
a { background-color: rgb(173,81,5); }
div.DivClassName
{
background-color: #AD5105;
}
.BgClassName
{
background-color: #AD5105;
}
</style>
border-color css
<style>
span { border-color: #AD5105; }
span { border-color: rgb(173,81,5); }
td.TdClassName
{
border-color: #AD5105;
}
.TagClassName
{
border-color: #AD5105;
}
</style>