Shades of Rust #AD4A0C
Tints of Rust #AD4A0C
RGB
CMYK
RGB Variations
Color information
#AD4A0C (or 0xAD4A0C) is known color: Rust. HEX triplet: AD, 4A and 0C. RGB value is (173,74,12). Sum of RGB (Red+Green+Blue) = 173+74+12=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4A0C is #52B5F3. Grayscale: #606060. Windows color (decimal): -5420532 or 805549. OLE color: 805549.
HSL color Cylindrical-coordinate representation of color #AD4A0C: hue angle of 23.11º 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 #AD4A0C is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 74 | 12 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.32 |
| HSL | 23.11º | 0.87% | 0.36% | - |
| HSV(B) | 23.11º | 0.93% | 0.68% | - |
| XYZ | 19.75 | 13.81 | 1.97 | - |
| YUV | 96.53 | 80.3 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 12 | 0 | 0.57 | 0.93 | 0.32 | 23.11 | 0.87 | 0.36 |
| Hex | AD | 4A | C | 0 | 39 | 5D | 20 | 17 | 57 | 24 |
| Octal | 255 | 112 | 14 | 0 | 71 | 135 | 40 | 27 | 127 | 44 |
| Binary | 10101101 | 1001010 | 1100 | 0 | 111001 | 1011101 | 100000 | 10111 | 1010111 | 100100 |
Color Harmonies of #AD4A0C
Complementary color
Monochromatic Colors of #AD4A0C
Black with #AD4A0C
Text Example
Text Example
White with #AD4A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4A0C; }
p { color: rgb(173,74,12); }
H1.HeaderClassName
{
color: #AD4A0C;
}
.AnyTagClassName
{
color: #AD4A0C;
}
</style>
background-color css
<style>
a { background-color: #AD4A0C; }
a { background-color: rgb(173,74,12); }
div.DivClassName
{
background-color: #AD4A0C;
}
.BgClassName
{
background-color: #AD4A0C;
}
</style>
border-color css
<style>
span { border-color: #AD4A0C; }
span { border-color: rgb(173,74,12); }
td.TdClassName
{
border-color: #AD4A0C;
}
.TagClassName
{
border-color: #AD4A0C;
}
</style>