Shades of Rust #AD550B
Tints of Rust #AD550B
RGB
CMYK
RGB Variations
Color information
#AD550B (or 0xAD550B) is known color: Rust. HEX triplet: AD, 55 and 0B. RGB value is (173,85,11). Sum of RGB (Red+Green+Blue) = 173+85+11=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD550B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD550B is #52AAF4. Grayscale: #676767. Windows color (decimal): -5417717 or 742829. OLE color: 742829.
HSL color Cylindrical-coordinate representation of color #AD550B: hue angle of 27.41º 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 #AD550B is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 11 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.32 |
| HSL | 27.41º | 0.88% | 0.36% | - |
| HSV(B) | 27.41º | 0.94% | 0.68% | - |
| XYZ | 20.54 | 15.41 | 2.21 | - |
| YUV | 102.88 | 76.15 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 11 | 0 | 0.51 | 0.94 | 0.32 | 27.41 | 0.88 | 0.36 |
| Hex | AD | 55 | B | 0 | 33 | 5E | 20 | 1B | 58 | 24 |
| Octal | 255 | 125 | 13 | 0 | 63 | 136 | 40 | 33 | 130 | 44 |
| Binary | 10101101 | 1010101 | 1011 | 0 | 110011 | 1011110 | 100000 | 11011 | 1011000 | 100100 |
Color Harmonies of #AD550B
Complementary color
Monochromatic Colors of #AD550B
Black with #AD550B
Text Example
Text Example
White with #AD550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD550B; }
p { color: rgb(173,85,11); }
H1.HeaderClassName
{
color: #AD550B;
}
.AnyTagClassName
{
color: #AD550B;
}
</style>
background-color css
<style>
a { background-color: #AD550B; }
a { background-color: rgb(173,85,11); }
div.DivClassName
{
background-color: #AD550B;
}
.BgClassName
{
background-color: #AD550B;
}
</style>
border-color css
<style>
span { border-color: #AD550B; }
span { border-color: rgb(173,85,11); }
td.TdClassName
{
border-color: #AD550B;
}
.TagClassName
{
border-color: #AD550B;
}
</style>