Shades of Rust #AD4119
Tints of Rust #AD4119
RGB
CMYK
RGB Variations
Color information
#AD4119 (or 0xAD4119) is known color: Rust. HEX triplet: AD, 41 and 19. RGB value is (173,65,25). Sum of RGB (Red+Green+Blue) = 173+65+25=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4119 is #52BEE6. Grayscale: #5D5D5D. Windows color (decimal): -5422823 or 1655213. OLE color: 1655213.
HSL color Cylindrical-coordinate representation of color #AD4119: hue angle of 16.22º 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 #AD4119 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 25 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.32 |
| HSL | 16.22º | 0.75% | 0.39% | - |
| HSV(B) | 16.22º | 0.86% | 0.68% | - |
| XYZ | 19.3 | 12.74 | 2.36 | - |
| YUV | 92.73 | 89.78 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 25 | 0 | 0.62 | 0.86 | 0.32 | 16.22 | 0.75 | 0.39 |
| Hex | AD | 41 | 19 | 0 | 3E | 56 | 20 | 10 | 4B | 27 |
| Octal | 255 | 101 | 31 | 0 | 76 | 126 | 40 | 20 | 113 | 47 |
| Binary | 10101101 | 1000001 | 11001 | 0 | 111110 | 1010110 | 100000 | 10000 | 1001011 | 100111 |
Color Harmonies of #AD4119
Complementary color
Monochromatic Colors of #AD4119
Black with #AD4119
Text Example
Text Example
White with #AD4119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4119; }
p { color: rgb(173,65,25); }
H1.HeaderClassName
{
color: #AD4119;
}
.AnyTagClassName
{
color: #AD4119;
}
</style>
background-color css
<style>
a { background-color: #AD4119; }
a { background-color: rgb(173,65,25); }
div.DivClassName
{
background-color: #AD4119;
}
.BgClassName
{
background-color: #AD4119;
}
</style>
border-color css
<style>
span { border-color: #AD4119; }
span { border-color: rgb(173,65,25); }
td.TdClassName
{
border-color: #AD4119;
}
.TagClassName
{
border-color: #AD4119;
}
</style>