Shades of Rust #AD480B
Tints of Rust #AD480B
RGB
CMYK
RGB Variations
Color information
#AD480B (or 0xAD480B) is known color: Rust. HEX triplet: AD, 48 and 0B. RGB value is (173,72,11). Sum of RGB (Red+Green+Blue) = 173+72+11=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD480B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD480B is #52B7F4. Grayscale: #5F5F5F. Windows color (decimal): -5421045 or 739501. OLE color: 739501.
HSL color Cylindrical-coordinate representation of color #AD480B: hue angle of 22.59º 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 #AD480B is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 72 | 11 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.32 |
| HSL | 22.59º | 0.88% | 0.36% | - |
| HSV(B) | 22.59º | 0.94% | 0.68% | - |
| XYZ | 19.61 | 13.54 | 1.9 | - |
| YUV | 95.25 | 80.46 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 72 | 11 | 0 | 0.58 | 0.94 | 0.32 | 22.59 | 0.88 | 0.36 |
| Hex | AD | 48 | B | 0 | 3A | 5E | 20 | 17 | 58 | 24 |
| Octal | 255 | 110 | 13 | 0 | 72 | 136 | 40 | 27 | 130 | 44 |
| Binary | 10101101 | 1001000 | 1011 | 0 | 111010 | 1011110 | 100000 | 10111 | 1011000 | 100100 |
Color Harmonies of #AD480B
Complementary color
Monochromatic Colors of #AD480B
Black with #AD480B
Text Example
Text Example
White with #AD480B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD480B; }
p { color: rgb(173,72,11); }
H1.HeaderClassName
{
color: #AD480B;
}
.AnyTagClassName
{
color: #AD480B;
}
</style>
background-color css
<style>
a { background-color: #AD480B; }
a { background-color: rgb(173,72,11); }
div.DivClassName
{
background-color: #AD480B;
}
.BgClassName
{
background-color: #AD480B;
}
</style>
border-color css
<style>
span { border-color: #AD480B; }
span { border-color: rgb(173,72,11); }
td.TdClassName
{
border-color: #AD480B;
}
.TagClassName
{
border-color: #AD480B;
}
</style>