Shades of Rust #AD320E
Tints of Rust #AD320E
RGB
CMYK
RGB Variations
Color information
#AD320E (or 0xAD320E) is known color: Rust. HEX triplet: AD, 32 and 0E. RGB value is (173,50,14). Sum of RGB (Red+Green+Blue) = 173+50+14=237 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.00% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 173 - color contains mainly: red. Hex color #AD320E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD320E is #52CDF1. Grayscale: #525252. Windows color (decimal): -5426674 or 930477. OLE color: 930477.
HSL color Cylindrical-coordinate representation of color #AD320E: hue angle of 13.58º 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 #AD320E is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 14 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.32 |
| HSL | 13.58º | 0.85% | 0.37% | - |
| HSV(B) | 13.58º | 0.92% | 0.68% | - |
| XYZ | 18.45 | 11.2 | 1.6 | - |
| YUV | 82.67 | 89.25 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 14 | 0 | 0.71 | 0.92 | 0.32 | 13.58 | 0.85 | 0.37 |
| Hex | AD | 32 | E | 0 | 47 | 5C | 20 | E | 55 | 25 |
| Octal | 255 | 62 | 16 | 0 | 107 | 134 | 40 | 16 | 125 | 45 |
| Binary | 10101101 | 110010 | 1110 | 0 | 1000111 | 1011100 | 100000 | 1110 | 1010101 | 100101 |
Color Harmonies of #AD320E
Complementary color
Monochromatic Colors of #AD320E
Black with #AD320E
Text Example
Text Example
White with #AD320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD320E; }
p { color: rgb(173,50,14); }
H1.HeaderClassName
{
color: #AD320E;
}
.AnyTagClassName
{
color: #AD320E;
}
</style>
background-color css
<style>
a { background-color: #AD320E; }
a { background-color: rgb(173,50,14); }
div.DivClassName
{
background-color: #AD320E;
}
.BgClassName
{
background-color: #AD320E;
}
</style>
border-color css
<style>
span { border-color: #AD320E; }
span { border-color: rgb(173,50,14); }
td.TdClassName
{
border-color: #AD320E;
}
.TagClassName
{
border-color: #AD320E;
}
</style>