Shades of Rust #AD4C0A
Tints of Rust #AD4C0A
RGB
CMYK
RGB Variations
Color information
#AD4C0A (or 0xAD4C0A) is known color: Rust. HEX triplet: AD, 4C and 0A. RGB value is (173,76,10). Sum of RGB (Red+Green+Blue) = 173+76+10=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4C0A is #52B3F5. Grayscale: #616161. Windows color (decimal): -5420022 or 674989. OLE color: 674989.
HSL color Cylindrical-coordinate representation of color #AD4C0A: hue angle of 24.29º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD4C0A is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 76 | 10 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.32 |
| HSL | 24.29º | 0.89% | 0.36% | - |
| HSV(B) | 24.29º | 0.94% | 0.68% | - |
| XYZ | 19.87 | 14.08 | 1.96 | - |
| YUV | 97.48 | 78.64 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 10 | 0 | 0.56 | 0.94 | 0.32 | 24.29 | 0.89 | 0.36 |
| Hex | AD | 4C | A | 0 | 38 | 5E | 20 | 18 | 59 | 24 |
| Octal | 255 | 114 | 12 | 0 | 70 | 136 | 40 | 30 | 131 | 44 |
| Binary | 10101101 | 1001100 | 1010 | 0 | 111000 | 1011110 | 100000 | 11000 | 1011001 | 100100 |
Color Harmonies of #AD4C0A
Complementary color
Monochromatic Colors of #AD4C0A
Black with #AD4C0A
Text Example
Text Example
White with #AD4C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4C0A; }
p { color: rgb(173,76,10); }
H1.HeaderClassName
{
color: #AD4C0A;
}
.AnyTagClassName
{
color: #AD4C0A;
}
</style>
background-color css
<style>
a { background-color: #AD4C0A; }
a { background-color: rgb(173,76,10); }
div.DivClassName
{
background-color: #AD4C0A;
}
.BgClassName
{
background-color: #AD4C0A;
}
</style>
border-color css
<style>
span { border-color: #AD4C0A; }
span { border-color: rgb(173,76,10); }
td.TdClassName
{
border-color: #AD4C0A;
}
.TagClassName
{
border-color: #AD4C0A;
}
</style>