Shades of Rust #AD470D
Tints of Rust #AD470D
RGB
CMYK
RGB Variations
Color information
#AD470D (or 0xAD470D) is known color: Rust. HEX triplet: AD, 47 and 0D. RGB value is (173,71,13). Sum of RGB (Red+Green+Blue) = 173+71+13=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD470D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD470D is #52B8F2. Grayscale: #5F5F5F. Windows color (decimal): -5421299 or 870317. OLE color: 870317.
HSL color Cylindrical-coordinate representation of color #AD470D: hue angle of 21.75º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD470D is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 71 | 13 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.32 |
| HSL | 21.75º | 0.86% | 0.36% | - |
| HSV(B) | 21.75º | 0.92% | 0.68% | - |
| XYZ | 19.56 | 13.42 | 1.94 | - |
| YUV | 94.89 | 81.79 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 13 | 0 | 0.59 | 0.92 | 0.32 | 21.75 | 0.86 | 0.36 |
| Hex | AD | 47 | D | 0 | 3B | 5C | 20 | 16 | 56 | 24 |
| Octal | 255 | 107 | 15 | 0 | 73 | 134 | 40 | 26 | 126 | 44 |
| Binary | 10101101 | 1000111 | 1101 | 0 | 111011 | 1011100 | 100000 | 10110 | 1010110 | 100100 |
Color Harmonies of #AD470D
Complementary color
Monochromatic Colors of #AD470D
Black with #AD470D
Text Example
Text Example
White with #AD470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD470D; }
p { color: rgb(173,71,13); }
H1.HeaderClassName
{
color: #AD470D;
}
.AnyTagClassName
{
color: #AD470D;
}
</style>
background-color css
<style>
a { background-color: #AD470D; }
a { background-color: rgb(173,71,13); }
div.DivClassName
{
background-color: #AD470D;
}
.BgClassName
{
background-color: #AD470D;
}
</style>
border-color css
<style>
span { border-color: #AD470D; }
span { border-color: rgb(173,71,13); }
td.TdClassName
{
border-color: #AD470D;
}
.TagClassName
{
border-color: #AD470D;
}
</style>