Shades of Rust #AD4519
Tints of Rust #AD4519
RGB
CMYK
RGB Variations
Color information
#AD4519 (or 0xAD4519) is known color: Rust. HEX triplet: AD, 45 and 19. RGB value is (173,69,25). Sum of RGB (Red+Green+Blue) = 173+69+25=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4519 is #52BAE6. Grayscale: #5F5F5F. Windows color (decimal): -5421799 or 1656237. OLE color: 1656237.
HSL color Cylindrical-coordinate representation of color #AD4519: hue angle of 17.84º degrees, saturation: 0.75, 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 #AD4519 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 69 | 25 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.32 |
| HSL | 17.84º | 0.75% | 0.39% | - |
| HSV(B) | 17.84º | 0.86% | 0.68% | - |
| XYZ | 19.54 | 13.21 | 2.44 | - |
| YUV | 95.08 | 88.46 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 25 | 0 | 0.60 | 0.86 | 0.32 | 17.84 | 0.75 | 0.39 |
| Hex | AD | 45 | 19 | 0 | 3C | 56 | 20 | 12 | 4B | 27 |
| Octal | 255 | 105 | 31 | 0 | 74 | 126 | 40 | 22 | 113 | 47 |
| Binary | 10101101 | 1000101 | 11001 | 0 | 111100 | 1010110 | 100000 | 10010 | 1001011 | 100111 |
Color Harmonies of #AD4519
Complementary color
Monochromatic Colors of #AD4519
Black with #AD4519
Text Example
Text Example
White with #AD4519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4519; }
p { color: rgb(173,69,25); }
H1.HeaderClassName
{
color: #AD4519;
}
.AnyTagClassName
{
color: #AD4519;
}
</style>
background-color css
<style>
a { background-color: #AD4519; }
a { background-color: rgb(173,69,25); }
div.DivClassName
{
background-color: #AD4519;
}
.BgClassName
{
background-color: #AD4519;
}
</style>
border-color css
<style>
span { border-color: #AD4519; }
span { border-color: rgb(173,69,25); }
td.TdClassName
{
border-color: #AD4519;
}
.TagClassName
{
border-color: #AD4519;
}
</style>