Shades of Rust #AD460C
Tints of Rust #AD460C
RGB
CMYK
RGB Variations
Color information
#AD460C (or 0xAD460C) is known color: Rust. HEX triplet: AD, 46 and 0C. RGB value is (173,70,12). Sum of RGB (Red+Green+Blue) = 173+70+12=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD460C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD460C is #52B9F3. Grayscale: #5E5E5E. Windows color (decimal): -5421556 or 804525. OLE color: 804525.
HSL color Cylindrical-coordinate representation of color #AD460C: hue angle of 21.61º 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 #AD460C is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 70 | 12 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.32 |
| HSL | 21.61º | 0.87% | 0.36% | - |
| HSV(B) | 21.61º | 0.93% | 0.68% | - |
| XYZ | 19.49 | 13.29 | 1.89 | - |
| YUV | 94.19 | 81.62 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 12 | 0 | 0.60 | 0.93 | 0.32 | 21.61 | 0.87 | 0.36 |
| Hex | AD | 46 | C | 0 | 3C | 5D | 20 | 16 | 57 | 24 |
| Octal | 255 | 106 | 14 | 0 | 74 | 135 | 40 | 26 | 127 | 44 |
| Binary | 10101101 | 1000110 | 1100 | 0 | 111100 | 1011101 | 100000 | 10110 | 1010111 | 100100 |
Color Harmonies of #AD460C
Complementary color
Monochromatic Colors of #AD460C
Black with #AD460C
Text Example
Text Example
White with #AD460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD460C; }
p { color: rgb(173,70,12); }
H1.HeaderClassName
{
color: #AD460C;
}
.AnyTagClassName
{
color: #AD460C;
}
</style>
background-color css
<style>
a { background-color: #AD460C; }
a { background-color: rgb(173,70,12); }
div.DivClassName
{
background-color: #AD460C;
}
.BgClassName
{
background-color: #AD460C;
}
</style>
border-color css
<style>
span { border-color: #AD460C; }
span { border-color: rgb(173,70,12); }
td.TdClassName
{
border-color: #AD460C;
}
.TagClassName
{
border-color: #AD460C;
}
</style>