Shades of Rust #AD310E
Tints of Rust #AD310E
RGB
CMYK
RGB Variations
Color information
#AD310E (or 0xAD310E) is known color: Rust. HEX triplet: AD, 31 and 0E. RGB value is (173,49,14). Sum of RGB (Red+Green+Blue) = 173+49+14=236 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.31% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 173 - color contains mainly: red. Hex color #AD310E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD310E is #52CEF1. Grayscale: #525252. Windows color (decimal): -5426930 or 930221. OLE color: 930221.
HSL color Cylindrical-coordinate representation of color #AD310E: hue angle of 13.21º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD310E is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 49 | 14 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.32 |
| HSL | 13.21º | 0.85% | 0.37% | - |
| HSV(B) | 13.21º | 0.92% | 0.68% | - |
| XYZ | 18.41 | 11.11 | 1.59 | - |
| YUV | 82.09 | 89.58 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 14 | 0 | 0.72 | 0.92 | 0.32 | 13.21 | 0.85 | 0.37 |
| Hex | AD | 31 | E | 0 | 48 | 5C | 20 | D | 55 | 25 |
| Octal | 255 | 61 | 16 | 0 | 110 | 134 | 40 | 15 | 125 | 45 |
| Binary | 10101101 | 110001 | 1110 | 0 | 1001000 | 1011100 | 100000 | 1101 | 1010101 | 100101 |
Color Harmonies of #AD310E
Complementary color
Monochromatic Colors of #AD310E
Black with #AD310E
Text Example
Text Example
White with #AD310E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD310E; }
p { color: rgb(173,49,14); }
H1.HeaderClassName
{
color: #AD310E;
}
.AnyTagClassName
{
color: #AD310E;
}
</style>
background-color css
<style>
a { background-color: #AD310E; }
a { background-color: rgb(173,49,14); }
div.DivClassName
{
background-color: #AD310E;
}
.BgClassName
{
background-color: #AD310E;
}
</style>
border-color css
<style>
span { border-color: #AD310E; }
span { border-color: rgb(173,49,14); }
td.TdClassName
{
border-color: #AD310E;
}
.TagClassName
{
border-color: #AD310E;
}
</style>