Shades of Rust #AD500B
Tints of Rust #AD500B
RGB
CMYK
RGB Variations
Color information
#AD500B (or 0xAD500B) is known color: Rust. HEX triplet: AD, 50 and 0B. RGB value is (173,80,11). Sum of RGB (Red+Green+Blue) = 173+80+11=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD500B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD500B is #52AFF4. Grayscale: #646464. Windows color (decimal): -5418997 or 741549. OLE color: 741549.
HSL color Cylindrical-coordinate representation of color #AD500B: hue angle of 25.56º 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 #AD500B is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 11 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.32 |
| HSL | 25.56º | 0.88% | 0.36% | - |
| HSV(B) | 25.56º | 0.94% | 0.68% | - |
| XYZ | 20.16 | 14.65 | 2.08 | - |
| YUV | 99.94 | 77.81 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 11 | 0 | 0.54 | 0.94 | 0.32 | 25.56 | 0.88 | 0.36 |
| Hex | AD | 50 | B | 0 | 36 | 5E | 20 | 1A | 58 | 24 |
| Octal | 255 | 120 | 13 | 0 | 66 | 136 | 40 | 32 | 130 | 44 |
| Binary | 10101101 | 1010000 | 1011 | 0 | 110110 | 1011110 | 100000 | 11010 | 1011000 | 100100 |
Color Harmonies of #AD500B
Complementary color
Monochromatic Colors of #AD500B
Black with #AD500B
Text Example
Text Example
White with #AD500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD500B; }
p { color: rgb(173,80,11); }
H1.HeaderClassName
{
color: #AD500B;
}
.AnyTagClassName
{
color: #AD500B;
}
</style>
background-color css
<style>
a { background-color: #AD500B; }
a { background-color: rgb(173,80,11); }
div.DivClassName
{
background-color: #AD500B;
}
.BgClassName
{
background-color: #AD500B;
}
</style>
border-color css
<style>
span { border-color: #AD500B; }
span { border-color: rgb(173,80,11); }
td.TdClassName
{
border-color: #AD500B;
}
.TagClassName
{
border-color: #AD500B;
}
</style>