Shades of Rust #AD490A
Tints of Rust #AD490A
RGB
CMYK
RGB Variations
Color information
#AD490A (or 0xAD490A) is known color: Rust. HEX triplet: AD, 49 and 0A. RGB value is (173,73,10). Sum of RGB (Red+Green+Blue) = 173+73+10=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD490A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD490A is #52B6F5. Grayscale: #606060. Windows color (decimal): -5420790 or 674221. OLE color: 674221.
HSL color Cylindrical-coordinate representation of color #AD490A: hue angle of 23.19º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD490A is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 73 | 10 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.32 |
| HSL | 23.19º | 0.89% | 0.36% | - |
| HSV(B) | 23.19º | 0.94% | 0.68% | - |
| XYZ | 19.67 | 13.67 | 1.89 | - |
| YUV | 95.72 | 79.63 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 10 | 0 | 0.58 | 0.94 | 0.32 | 23.19 | 0.89 | 0.36 |
| Hex | AD | 49 | A | 0 | 3A | 5E | 20 | 17 | 59 | 24 |
| Octal | 255 | 111 | 12 | 0 | 72 | 136 | 40 | 27 | 131 | 44 |
| Binary | 10101101 | 1001001 | 1010 | 0 | 111010 | 1011110 | 100000 | 10111 | 1011001 | 100100 |
Color Harmonies of #AD490A
Complementary color
Monochromatic Colors of #AD490A
Black with #AD490A
Text Example
Text Example
White with #AD490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD490A; }
p { color: rgb(173,73,10); }
H1.HeaderClassName
{
color: #AD490A;
}
.AnyTagClassName
{
color: #AD490A;
}
</style>
background-color css
<style>
a { background-color: #AD490A; }
a { background-color: rgb(173,73,10); }
div.DivClassName
{
background-color: #AD490A;
}
.BgClassName
{
background-color: #AD490A;
}
</style>
border-color css
<style>
span { border-color: #AD490A; }
span { border-color: rgb(173,73,10); }
td.TdClassName
{
border-color: #AD490A;
}
.TagClassName
{
border-color: #AD490A;
}
</style>