Shades of Rust #AD470F
Tints of Rust #AD470F
RGB
CMYK
RGB Variations
Color information
#AD470F (or 0xAD470F) is known color: Rust. HEX triplet: AD, 47 and 0F. RGB value is (173,71,15). Sum of RGB (Red+Green+Blue) = 173+71+15=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD470F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD470F is #52B8F0. Grayscale: #5F5F5F. Windows color (decimal): -5421297 or 1001389. OLE color: 1001389.
HSL color Cylindrical-coordinate representation of color #AD470F: hue angle of 21.27º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD470F is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 71 | 15 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.32 |
| HSL | 21.27º | 0.84% | 0.37% | - |
| HSV(B) | 21.27º | 0.91% | 0.68% | - |
| XYZ | 19.57 | 13.43 | 2.01 | - |
| YUV | 95.11 | 82.79 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 15 | 0 | 0.59 | 0.91 | 0.32 | 21.27 | 0.84 | 0.37 |
| Hex | AD | 47 | F | 0 | 3B | 5B | 20 | 15 | 54 | 25 |
| Octal | 255 | 107 | 17 | 0 | 73 | 133 | 40 | 25 | 124 | 45 |
| Binary | 10101101 | 1000111 | 1111 | 0 | 111011 | 1011011 | 100000 | 10101 | 1010100 | 100101 |
Color Harmonies of #AD470F
Complementary color
Monochromatic Colors of #AD470F
Black with #AD470F
Text Example
Text Example
White with #AD470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD470F; }
p { color: rgb(173,71,15); }
H1.HeaderClassName
{
color: #AD470F;
}
.AnyTagClassName
{
color: #AD470F;
}
</style>
background-color css
<style>
a { background-color: #AD470F; }
a { background-color: rgb(173,71,15); }
div.DivClassName
{
background-color: #AD470F;
}
.BgClassName
{
background-color: #AD470F;
}
</style>
border-color css
<style>
span { border-color: #AD470F; }
span { border-color: rgb(173,71,15); }
td.TdClassName
{
border-color: #AD470F;
}
.TagClassName
{
border-color: #AD470F;
}
</style>