Shades of Rust #AD310C
Tints of Rust #AD310C
RGB
CMYK
RGB Variations
Color information
#AD310C (or 0xAD310C) is known color: Rust. HEX triplet: AD, 31 and 0C. RGB value is (173,49,12). Sum of RGB (Red+Green+Blue) = 173+49+12=234 (30% of max value = 765). Red value is 173 (67.97% from 255 or 73.93% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 173 - color contains mainly: red. Hex color #AD310C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD310C is #52CEF3. Grayscale: #525252. Windows color (decimal): -5426932 or 799149. OLE color: 799149.
HSL color Cylindrical-coordinate representation of color #AD310C: hue angle of 13.79º 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 #AD310C is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 49 | 12 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.32 |
| HSL | 13.79º | 0.87% | 0.36% | - |
| HSV(B) | 13.79º | 0.93% | 0.68% | - |
| XYZ | 18.4 | 11.11 | 1.52 | - |
| YUV | 81.86 | 88.58 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 12 | 0 | 0.72 | 0.93 | 0.32 | 13.79 | 0.87 | 0.36 |
| Hex | AD | 31 | C | 0 | 48 | 5D | 20 | E | 57 | 24 |
| Octal | 255 | 61 | 14 | 0 | 110 | 135 | 40 | 16 | 127 | 44 |
| Binary | 10101101 | 110001 | 1100 | 0 | 1001000 | 1011101 | 100000 | 1110 | 1010111 | 100100 |
Color Harmonies of #AD310C
Complementary color
Monochromatic Colors of #AD310C
Black with #AD310C
Text Example
Text Example
White with #AD310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD310C; }
p { color: rgb(173,49,12); }
H1.HeaderClassName
{
color: #AD310C;
}
.AnyTagClassName
{
color: #AD310C;
}
</style>
background-color css
<style>
a { background-color: #AD310C; }
a { background-color: rgb(173,49,12); }
div.DivClassName
{
background-color: #AD310C;
}
.BgClassName
{
background-color: #AD310C;
}
</style>
border-color css
<style>
span { border-color: #AD310C; }
span { border-color: rgb(173,49,12); }
td.TdClassName
{
border-color: #AD310C;
}
.TagClassName
{
border-color: #AD310C;
}
</style>