Shades of Rust #AD4218
Tints of Rust #AD4218
RGB
CMYK
RGB Variations
Color information
#AD4218 (or 0xAD4218) is known color: Rust. HEX triplet: AD, 42 and 18. RGB value is (173,66,24). Sum of RGB (Red+Green+Blue) = 173+66+24=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4218 is #52BDE7. Grayscale: #5D5D5D. Windows color (decimal): -5422568 or 1589933. OLE color: 1589933.
HSL color Cylindrical-coordinate representation of color #AD4218: hue angle of 16.91º 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 #AD4218 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 66 | 24 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.32 |
| HSL | 16.91º | 0.76% | 0.39% | - |
| HSV(B) | 16.91º | 0.86% | 0.68% | - |
| XYZ | 19.35 | 12.85 | 2.32 | - |
| YUV | 93.21 | 88.95 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 24 | 0 | 0.62 | 0.86 | 0.32 | 16.91 | 0.76 | 0.39 |
| Hex | AD | 42 | 18 | 0 | 3E | 56 | 20 | 11 | 4C | 27 |
| Octal | 255 | 102 | 30 | 0 | 76 | 126 | 40 | 21 | 114 | 47 |
| Binary | 10101101 | 1000010 | 11000 | 0 | 111110 | 1010110 | 100000 | 10001 | 1001100 | 100111 |
Color Harmonies of #AD4218
Complementary color
Monochromatic Colors of #AD4218
Black with #AD4218
Text Example
Text Example
White with #AD4218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4218; }
p { color: rgb(173,66,24); }
H1.HeaderClassName
{
color: #AD4218;
}
.AnyTagClassName
{
color: #AD4218;
}
</style>
background-color css
<style>
a { background-color: #AD4218; }
a { background-color: rgb(173,66,24); }
div.DivClassName
{
background-color: #AD4218;
}
.BgClassName
{
background-color: #AD4218;
}
</style>
border-color css
<style>
span { border-color: #AD4218; }
span { border-color: rgb(173,66,24); }
td.TdClassName
{
border-color: #AD4218;
}
.TagClassName
{
border-color: #AD4218;
}
</style>