Shades of Rust #AD3E0C
Tints of Rust #AD3E0C
RGB
CMYK
RGB Variations
Color information
#AD3E0C (or 0xAD3E0C) is known color: Rust. HEX triplet: AD, 3E and 0C. RGB value is (173,62,12). Sum of RGB (Red+Green+Blue) = 173+62+12=247 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.04% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3E0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3E0C is #52C1F3. Grayscale: #595959. Windows color (decimal): -5423604 or 802477. OLE color: 802477.
HSL color Cylindrical-coordinate representation of color #AD3E0C: hue angle of 18.63º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD3E0C is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 62 | 12 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.32 |
| HSL | 18.63º | 0.87% | 0.36% | - |
| HSV(B) | 18.63º | 0.93% | 0.68% | - |
| XYZ | 19.02 | 12.36 | 1.73 | - |
| YUV | 89.49 | 84.27 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 62 | 12 | 0 | 0.64 | 0.93 | 0.32 | 18.63 | 0.87 | 0.36 |
| Hex | AD | 3E | C | 0 | 40 | 5D | 20 | 13 | 57 | 24 |
| Octal | 255 | 76 | 14 | 0 | 100 | 135 | 40 | 23 | 127 | 44 |
| Binary | 10101101 | 111110 | 1100 | 0 | 1000000 | 1011101 | 100000 | 10011 | 1010111 | 100100 |
Color Harmonies of #AD3E0C
Complementary color
Monochromatic Colors of #AD3E0C
Black with #AD3E0C
Text Example
Text Example
White with #AD3E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3E0C; }
p { color: rgb(173,62,12); }
H1.HeaderClassName
{
color: #AD3E0C;
}
.AnyTagClassName
{
color: #AD3E0C;
}
</style>
background-color css
<style>
a { background-color: #AD3E0C; }
a { background-color: rgb(173,62,12); }
div.DivClassName
{
background-color: #AD3E0C;
}
.BgClassName
{
background-color: #AD3E0C;
}
</style>
border-color css
<style>
span { border-color: #AD3E0C; }
span { border-color: rgb(173,62,12); }
td.TdClassName
{
border-color: #AD3E0C;
}
.TagClassName
{
border-color: #AD3E0C;
}
</style>