Shades of Rust #AD470C
Tints of Rust #AD470C
RGB
CMYK
RGB Variations
Color information
#AD470C (or 0xAD470C) is known color: Rust. HEX triplet: AD, 47 and 0C. RGB value is (173,71,12). Sum of RGB (Red+Green+Blue) = 173+71+12=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD470C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD470C is #52B8F3. Grayscale: #5F5F5F. Windows color (decimal): -5421300 or 804781. OLE color: 804781.
HSL color Cylindrical-coordinate representation of color #AD470C: hue angle of 21.99º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD470C is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 71 | 12 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.32 |
| HSL | 21.99º | 0.87% | 0.36% | - |
| HSV(B) | 21.99º | 0.93% | 0.68% | - |
| XYZ | 19.55 | 13.42 | 1.91 | - |
| YUV | 94.77 | 81.29 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 12 | 0 | 0.59 | 0.93 | 0.32 | 21.99 | 0.87 | 0.36 |
| Hex | AD | 47 | C | 0 | 3B | 5D | 20 | 16 | 57 | 24 |
| Octal | 255 | 107 | 14 | 0 | 73 | 135 | 40 | 26 | 127 | 44 |
| Binary | 10101101 | 1000111 | 1100 | 0 | 111011 | 1011101 | 100000 | 10110 | 1010111 | 100100 |
Color Harmonies of #AD470C
Complementary color
Monochromatic Colors of #AD470C
Black with #AD470C
Text Example
Text Example
White with #AD470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD470C; }
p { color: rgb(173,71,12); }
H1.HeaderClassName
{
color: #AD470C;
}
.AnyTagClassName
{
color: #AD470C;
}
</style>
background-color css
<style>
a { background-color: #AD470C; }
a { background-color: rgb(173,71,12); }
div.DivClassName
{
background-color: #AD470C;
}
.BgClassName
{
background-color: #AD470C;
}
</style>
border-color css
<style>
span { border-color: #AD470C; }
span { border-color: rgb(173,71,12); }
td.TdClassName
{
border-color: #AD470C;
}
.TagClassName
{
border-color: #AD470C;
}
</style>