Shades of Rust #AD4A15
Tints of Rust #AD4A15
RGB
CMYK
RGB Variations
Color information
#AD4A15 (or 0xAD4A15) is known color: Rust. HEX triplet: AD, 4A and 15. RGB value is (173,74,21). Sum of RGB (Red+Green+Blue) = 173+74+21=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4A15 is #52B5EA. Grayscale: #616161. Windows color (decimal): -5420523 or 1395373. OLE color: 1395373.
HSL color Cylindrical-coordinate representation of color #AD4A15: hue angle of 20.92º 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 #AD4A15 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 74 | 21 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.32 |
| HSL | 20.92º | 0.78% | 0.38% | - |
| HSV(B) | 20.92º | 0.88% | 0.68% | - |
| XYZ | 19.82 | 13.84 | 2.34 | - |
| YUV | 97.56 | 84.8 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 21 | 0 | 0.57 | 0.88 | 0.32 | 20.92 | 0.78 | 0.38 |
| Hex | AD | 4A | 15 | 0 | 39 | 58 | 20 | 15 | 4E | 26 |
| Octal | 255 | 112 | 25 | 0 | 71 | 130 | 40 | 25 | 116 | 46 |
| Binary | 10101101 | 1001010 | 10101 | 0 | 111001 | 1011000 | 100000 | 10101 | 1001110 | 100110 |
Color Harmonies of #AD4A15
Complementary color
Monochromatic Colors of #AD4A15
Black with #AD4A15
Text Example
Text Example
White with #AD4A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4A15; }
p { color: rgb(173,74,21); }
H1.HeaderClassName
{
color: #AD4A15;
}
.AnyTagClassName
{
color: #AD4A15;
}
</style>
background-color css
<style>
a { background-color: #AD4A15; }
a { background-color: rgb(173,74,21); }
div.DivClassName
{
background-color: #AD4A15;
}
.BgClassName
{
background-color: #AD4A15;
}
</style>
border-color css
<style>
span { border-color: #AD4A15; }
span { border-color: rgb(173,74,21); }
td.TdClassName
{
border-color: #AD4A15;
}
.TagClassName
{
border-color: #AD4A15;
}
</style>