Shades of Rust #AD4615
Tints of Rust #AD4615
RGB
CMYK
RGB Variations
Color information
#AD4615 (or 0xAD4615) is known color: Rust. HEX triplet: AD, 46 and 15. RGB value is (173,70,21). Sum of RGB (Red+Green+Blue) = 173+70+21=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4615 is #52B9EA. Grayscale: #5F5F5F. Windows color (decimal): -5421547 or 1394349. OLE color: 1394349.
HSL color Cylindrical-coordinate representation of color #AD4615: hue angle of 19.34º 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 #AD4615 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 70 | 21 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.32 |
| HSL | 19.34º | 0.78% | 0.38% | - |
| HSV(B) | 19.34º | 0.88% | 0.68% | - |
| XYZ | 19.56 | 13.32 | 2.25 | - |
| YUV | 95.21 | 86.12 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 21 | 0 | 0.60 | 0.88 | 0.32 | 19.34 | 0.78 | 0.38 |
| Hex | AD | 46 | 15 | 0 | 3C | 58 | 20 | 13 | 4E | 26 |
| Octal | 255 | 106 | 25 | 0 | 74 | 130 | 40 | 23 | 116 | 46 |
| Binary | 10101101 | 1000110 | 10101 | 0 | 111100 | 1011000 | 100000 | 10011 | 1001110 | 100110 |
Color Harmonies of #AD4615
Complementary color
Monochromatic Colors of #AD4615
Black with #AD4615
Text Example
Text Example
White with #AD4615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4615; }
p { color: rgb(173,70,21); }
H1.HeaderClassName
{
color: #AD4615;
}
.AnyTagClassName
{
color: #AD4615;
}
</style>
background-color css
<style>
a { background-color: #AD4615; }
a { background-color: rgb(173,70,21); }
div.DivClassName
{
background-color: #AD4615;
}
.BgClassName
{
background-color: #AD4615;
}
</style>
border-color css
<style>
span { border-color: #AD4615; }
span { border-color: rgb(173,70,21); }
td.TdClassName
{
border-color: #AD4615;
}
.TagClassName
{
border-color: #AD4615;
}
</style>