Shades of Rust #AD491B
Tints of Rust #AD491B
RGB
CMYK
RGB Variations
Color information
#AD491B (or 0xAD491B) is known color: Rust. HEX triplet: AD, 49 and 1B. RGB value is (173,73,27). Sum of RGB (Red+Green+Blue) = 173+73+27=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD491B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD491B is #52B6E4. Grayscale: #616161. Windows color (decimal): -5420773 or 1788333. OLE color: 1788333.
HSL color Cylindrical-coordinate representation of color #AD491B: hue angle of 18.9º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD491B is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 73 | 27 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.32 |
| HSL | 18.9º | 0.73% | 0.39% | - |
| HSV(B) | 18.9º | 0.84% | 0.68% | - |
| XYZ | 19.81 | 13.73 | 2.64 | - |
| YUV | 97.66 | 88.13 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 27 | 0 | 0.58 | 0.84 | 0.32 | 18.9 | 0.73 | 0.39 |
| Hex | AD | 49 | 1B | 0 | 3A | 54 | 20 | 13 | 49 | 27 |
| Octal | 255 | 111 | 33 | 0 | 72 | 124 | 40 | 23 | 111 | 47 |
| Binary | 10101101 | 1001001 | 11011 | 0 | 111010 | 1010100 | 100000 | 10011 | 1001001 | 100111 |
Color Harmonies of #AD491B
Complementary color
Monochromatic Colors of #AD491B
Black with #AD491B
Text Example
Text Example
White with #AD491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD491B; }
p { color: rgb(173,73,27); }
H1.HeaderClassName
{
color: #AD491B;
}
.AnyTagClassName
{
color: #AD491B;
}
</style>
background-color css
<style>
a { background-color: #AD491B; }
a { background-color: rgb(173,73,27); }
div.DivClassName
{
background-color: #AD491B;
}
.BgClassName
{
background-color: #AD491B;
}
</style>
border-color css
<style>
span { border-color: #AD491B; }
span { border-color: rgb(173,73,27); }
td.TdClassName
{
border-color: #AD491B;
}
.TagClassName
{
border-color: #AD491B;
}
</style>