Shades of Rust #AD4D15
Tints of Rust #AD4D15
RGB
CMYK
RGB Variations
Color information
#AD4D15 (or 0xAD4D15) is known color: Rust. HEX triplet: AD, 4D and 15. RGB value is (173,77,21). Sum of RGB (Red+Green+Blue) = 173+77+21=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD4D15 is #52B2EA. Grayscale: #636363. Windows color (decimal): -5419755 or 1396141. OLE color: 1396141.
HSL color Cylindrical-coordinate representation of color #AD4D15: hue angle of 22.11º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD4D15 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 77 | 21 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.32 |
| HSL | 22.11º | 0.78% | 0.38% | - |
| HSV(B) | 22.11º | 0.88% | 0.68% | - |
| XYZ | 20.02 | 14.25 | 2.4 | - |
| YUV | 99.32 | 83.8 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 21 | 0 | 0.55 | 0.88 | 0.32 | 22.11 | 0.78 | 0.38 |
| Hex | AD | 4D | 15 | 0 | 37 | 58 | 20 | 16 | 4E | 26 |
| Octal | 255 | 115 | 25 | 0 | 67 | 130 | 40 | 26 | 116 | 46 |
| Binary | 10101101 | 1001101 | 10101 | 0 | 110111 | 1011000 | 100000 | 10110 | 1001110 | 100110 |
Color Harmonies of #AD4D15
Complementary color
Monochromatic Colors of #AD4D15
Black with #AD4D15
Text Example
Text Example
White with #AD4D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4D15; }
p { color: rgb(173,77,21); }
H1.HeaderClassName
{
color: #AD4D15;
}
.AnyTagClassName
{
color: #AD4D15;
}
</style>
background-color css
<style>
a { background-color: #AD4D15; }
a { background-color: rgb(173,77,21); }
div.DivClassName
{
background-color: #AD4D15;
}
.BgClassName
{
background-color: #AD4D15;
}
</style>
border-color css
<style>
span { border-color: #AD4D15; }
span { border-color: rgb(173,77,21); }
td.TdClassName
{
border-color: #AD4D15;
}
.TagClassName
{
border-color: #AD4D15;
}
</style>