Shades of Rust #AD460F
Tints of Rust #AD460F
RGB
CMYK
RGB Variations
Color information
#AD460F (or 0xAD460F) is known color: Rust. HEX triplet: AD, 46 and 0F. RGB value is (173,70,15). Sum of RGB (Red+Green+Blue) = 173+70+15=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD460F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD460F is #52B9F0. Grayscale: #5E5E5E. Windows color (decimal): -5421553 or 1001133. OLE color: 1001133.
HSL color Cylindrical-coordinate representation of color #AD460F: hue angle of 20.89º 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 #AD460F is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 70 | 15 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.32 |
| HSL | 20.89º | 0.84% | 0.37% | - |
| HSV(B) | 20.89º | 0.91% | 0.68% | - |
| XYZ | 19.51 | 13.3 | 1.99 | - |
| YUV | 94.53 | 83.12 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 15 | 0 | 0.60 | 0.91 | 0.32 | 20.89 | 0.84 | 0.37 |
| Hex | AD | 46 | F | 0 | 3C | 5B | 20 | 15 | 54 | 25 |
| Octal | 255 | 106 | 17 | 0 | 74 | 133 | 40 | 25 | 124 | 45 |
| Binary | 10101101 | 1000110 | 1111 | 0 | 111100 | 1011011 | 100000 | 10101 | 1010100 | 100101 |
Color Harmonies of #AD460F
Complementary color
Monochromatic Colors of #AD460F
Black with #AD460F
Text Example
Text Example
White with #AD460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD460F; }
p { color: rgb(173,70,15); }
H1.HeaderClassName
{
color: #AD460F;
}
.AnyTagClassName
{
color: #AD460F;
}
</style>
background-color css
<style>
a { background-color: #AD460F; }
a { background-color: rgb(173,70,15); }
div.DivClassName
{
background-color: #AD460F;
}
.BgClassName
{
background-color: #AD460F;
}
</style>
border-color css
<style>
span { border-color: #AD460F; }
span { border-color: rgb(173,70,15); }
td.TdClassName
{
border-color: #AD460F;
}
.TagClassName
{
border-color: #AD460F;
}
</style>