Shades of Rust #AD3A0C
Tints of Rust #AD3A0C
RGB
CMYK
RGB Variations
Color information
#AD3A0C (or 0xAD3A0C) is known color: Rust. HEX triplet: AD, 3A and 0C. RGB value is (173,58,12). Sum of RGB (Red+Green+Blue) = 173+58+12=243 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.19% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3A0C is #52C5F3. Grayscale: #575757. Windows color (decimal): -5424628 or 801453. OLE color: 801453.
HSL color Cylindrical-coordinate representation of color #AD3A0C: hue angle of 17.14º 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 #AD3A0C is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 58 | 12 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.32 |
| HSL | 17.14º | 0.87% | 0.36% | - |
| HSV(B) | 17.14º | 0.93% | 0.68% | - |
| XYZ | 18.81 | 11.94 | 1.66 | - |
| YUV | 87.14 | 85.6 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 12 | 0 | 0.66 | 0.93 | 0.32 | 17.14 | 0.87 | 0.36 |
| Hex | AD | 3A | C | 0 | 42 | 5D | 20 | 11 | 57 | 24 |
| Octal | 255 | 72 | 14 | 0 | 102 | 135 | 40 | 21 | 127 | 44 |
| Binary | 10101101 | 111010 | 1100 | 0 | 1000010 | 1011101 | 100000 | 10001 | 1010111 | 100100 |
Color Harmonies of #AD3A0C
Complementary color
Monochromatic Colors of #AD3A0C
Black with #AD3A0C
Text Example
Text Example
White with #AD3A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3A0C; }
p { color: rgb(173,58,12); }
H1.HeaderClassName
{
color: #AD3A0C;
}
.AnyTagClassName
{
color: #AD3A0C;
}
</style>
background-color css
<style>
a { background-color: #AD3A0C; }
a { background-color: rgb(173,58,12); }
div.DivClassName
{
background-color: #AD3A0C;
}
.BgClassName
{
background-color: #AD3A0C;
}
</style>
border-color css
<style>
span { border-color: #AD3A0C; }
span { border-color: rgb(173,58,12); }
td.TdClassName
{
border-color: #AD3A0C;
}
.TagClassName
{
border-color: #AD3A0C;
}
</style>