Shades of Rust #AD310A
Tints of Rust #AD310A
RGB
CMYK
RGB Variations
Color information
#AD310A (or 0xAD310A) is known color: Rust. HEX triplet: AD, 31 and 0A. RGB value is (173,49,10). Sum of RGB (Red+Green+Blue) = 173+49+10=232 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.57% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 173 - color contains mainly: red. Hex color #AD310A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD310A is #52CEF5. Grayscale: #515151. Windows color (decimal): -5426934 or 668077. OLE color: 668077.
HSL color Cylindrical-coordinate representation of color #AD310A: hue angle of 14.36º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD310A is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 49 | 10 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.32 |
| HSL | 14.36º | 0.89% | 0.36% | - |
| HSV(B) | 14.36º | 0.94% | 0.68% | - |
| XYZ | 18.39 | 11.1 | 1.46 | - |
| YUV | 81.63 | 87.58 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 10 | 0 | 0.72 | 0.94 | 0.32 | 14.36 | 0.89 | 0.36 |
| Hex | AD | 31 | A | 0 | 48 | 5E | 20 | E | 59 | 24 |
| Octal | 255 | 61 | 12 | 0 | 110 | 136 | 40 | 16 | 131 | 44 |
| Binary | 10101101 | 110001 | 1010 | 0 | 1001000 | 1011110 | 100000 | 1110 | 1011001 | 100100 |
Color Harmonies of #AD310A
Complementary color
Monochromatic Colors of #AD310A
Black with #AD310A
Text Example
Text Example
White with #AD310A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD310A; }
p { color: rgb(173,49,10); }
H1.HeaderClassName
{
color: #AD310A;
}
.AnyTagClassName
{
color: #AD310A;
}
</style>
background-color css
<style>
a { background-color: #AD310A; }
a { background-color: rgb(173,49,10); }
div.DivClassName
{
background-color: #AD310A;
}
.BgClassName
{
background-color: #AD310A;
}
</style>
border-color css
<style>
span { border-color: #AD310A; }
span { border-color: rgb(173,49,10); }
td.TdClassName
{
border-color: #AD310A;
}
.TagClassName
{
border-color: #AD310A;
}
</style>