Shades of Rust #AD4D18
Tints of Rust #AD4D18
RGB
CMYK
RGB Variations
Color information
#AD4D18 (or 0xAD4D18) is known color: Rust. HEX triplet: AD, 4D and 18. RGB value is (173,77,24). Sum of RGB (Red+Green+Blue) = 173+77+24=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD4D18 is #52B2E7. Grayscale: #636363. Windows color (decimal): -5419752 or 1592749. OLE color: 1592749.
HSL color Cylindrical-coordinate representation of color #AD4D18: hue angle of 21.34º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD4D18 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 77 | 24 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.32 |
| HSL | 21.34º | 0.76% | 0.39% | - |
| HSV(B) | 21.34º | 0.86% | 0.68% | - |
| XYZ | 20.05 | 14.26 | 2.56 | - |
| YUV | 99.66 | 85.3 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 24 | 0 | 0.55 | 0.86 | 0.32 | 21.34 | 0.76 | 0.39 |
| Hex | AD | 4D | 18 | 0 | 37 | 56 | 20 | 15 | 4C | 27 |
| Octal | 255 | 115 | 30 | 0 | 67 | 126 | 40 | 25 | 114 | 47 |
| Binary | 10101101 | 1001101 | 11000 | 0 | 110111 | 1010110 | 100000 | 10101 | 1001100 | 100111 |
Color Harmonies of #AD4D18
Complementary color
Monochromatic Colors of #AD4D18
Black with #AD4D18
Text Example
Text Example
White with #AD4D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4D18; }
p { color: rgb(173,77,24); }
H1.HeaderClassName
{
color: #AD4D18;
}
.AnyTagClassName
{
color: #AD4D18;
}
</style>
background-color css
<style>
a { background-color: #AD4D18; }
a { background-color: rgb(173,77,24); }
div.DivClassName
{
background-color: #AD4D18;
}
.BgClassName
{
background-color: #AD4D18;
}
</style>
border-color css
<style>
span { border-color: #AD4D18; }
span { border-color: rgb(173,77,24); }
td.TdClassName
{
border-color: #AD4D18;
}
.TagClassName
{
border-color: #AD4D18;
}
</style>