Shades of Rust #AD4A19
Tints of Rust #AD4A19
RGB
CMYK
RGB Variations
Color information
#AD4A19 (or 0xAD4A19) is known color: Rust. HEX triplet: AD, 4A and 19. RGB value is (173,74,25). Sum of RGB (Red+Green+Blue) = 173+74+25=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4A19 is #52B5E6. Grayscale: #626262. Windows color (decimal): -5420519 or 1657517. OLE color: 1657517.
HSL color Cylindrical-coordinate representation of color #AD4A19: hue angle of 19.86º 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 #AD4A19 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 74 | 25 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.32 |
| HSL | 19.86º | 0.75% | 0.39% | - |
| HSV(B) | 19.86º | 0.86% | 0.68% | - |
| XYZ | 19.86 | 13.85 | 2.55 | - |
| YUV | 98.02 | 86.8 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 25 | 0 | 0.57 | 0.86 | 0.32 | 19.86 | 0.75 | 0.39 |
| Hex | AD | 4A | 19 | 0 | 39 | 56 | 20 | 14 | 4B | 27 |
| Octal | 255 | 112 | 31 | 0 | 71 | 126 | 40 | 24 | 113 | 47 |
| Binary | 10101101 | 1001010 | 11001 | 0 | 111001 | 1010110 | 100000 | 10100 | 1001011 | 100111 |
Color Harmonies of #AD4A19
Complementary color
Monochromatic Colors of #AD4A19
Black with #AD4A19
Text Example
Text Example
White with #AD4A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4A19; }
p { color: rgb(173,74,25); }
H1.HeaderClassName
{
color: #AD4A19;
}
.AnyTagClassName
{
color: #AD4A19;
}
</style>
background-color css
<style>
a { background-color: #AD4A19; }
a { background-color: rgb(173,74,25); }
div.DivClassName
{
background-color: #AD4A19;
}
.BgClassName
{
background-color: #AD4A19;
}
</style>
border-color css
<style>
span { border-color: #AD4A19; }
span { border-color: rgb(173,74,25); }
td.TdClassName
{
border-color: #AD4A19;
}
.TagClassName
{
border-color: #AD4A19;
}
</style>