Shades of Rust #AD490B
Tints of Rust #AD490B
RGB
CMYK
RGB Variations
Color information
#AD490B (or 0xAD490B) is known color: Rust. HEX triplet: AD, 49 and 0B. RGB value is (173,73,11). Sum of RGB (Red+Green+Blue) = 173+73+11=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD490B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD490B is #52B6F4. Grayscale: #606060. Windows color (decimal): -5420789 or 739757. OLE color: 739757.
HSL color Cylindrical-coordinate representation of color #AD490B: hue angle of 22.96º degrees, saturation: 0.88, 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 #AD490B is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 73 | 11 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.32 |
| HSL | 22.96º | 0.88% | 0.36% | - |
| HSV(B) | 22.96º | 0.94% | 0.68% | - |
| XYZ | 19.68 | 13.67 | 1.92 | - |
| YUV | 95.83 | 80.13 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 11 | 0 | 0.58 | 0.94 | 0.32 | 22.96 | 0.88 | 0.36 |
| Hex | AD | 49 | B | 0 | 3A | 5E | 20 | 17 | 58 | 24 |
| Octal | 255 | 111 | 13 | 0 | 72 | 136 | 40 | 27 | 130 | 44 |
| Binary | 10101101 | 1001001 | 1011 | 0 | 111010 | 1011110 | 100000 | 10111 | 1011000 | 100100 |
Color Harmonies of #AD490B
Complementary color
Monochromatic Colors of #AD490B
Black with #AD490B
Text Example
Text Example
White with #AD490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD490B; }
p { color: rgb(173,73,11); }
H1.HeaderClassName
{
color: #AD490B;
}
.AnyTagClassName
{
color: #AD490B;
}
</style>
background-color css
<style>
a { background-color: #AD490B; }
a { background-color: rgb(173,73,11); }
div.DivClassName
{
background-color: #AD490B;
}
.BgClassName
{
background-color: #AD490B;
}
</style>
border-color css
<style>
span { border-color: #AD490B; }
span { border-color: rgb(173,73,11); }
td.TdClassName
{
border-color: #AD490B;
}
.TagClassName
{
border-color: #AD490B;
}
</style>