Shades of Rust #AD320B
Tints of Rust #AD320B
RGB
CMYK
RGB Variations
Color information
#AD320B (or 0xAD320B) is known color: Rust. HEX triplet: AD, 32 and 0B. RGB value is (173,50,11). Sum of RGB (Red+Green+Blue) = 173+50+11=234 (30% of max value = 765). Red value is 173 (67.97% from 255 or 73.93% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 173 - color contains mainly: red. Hex color #AD320B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD320B is #52CDF4. Grayscale: #525252. Windows color (decimal): -5426677 or 733869. OLE color: 733869.
HSL color Cylindrical-coordinate representation of color #AD320B: hue angle of 14.44º 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 #AD320B is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 11 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.32 |
| HSL | 14.44º | 0.88% | 0.36% | - |
| HSV(B) | 14.44º | 0.94% | 0.68% | - |
| XYZ | 18.43 | 11.19 | 1.5 | - |
| YUV | 82.33 | 87.75 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 11 | 0 | 0.71 | 0.94 | 0.32 | 14.44 | 0.88 | 0.36 |
| Hex | AD | 32 | B | 0 | 47 | 5E | 20 | E | 58 | 24 |
| Octal | 255 | 62 | 13 | 0 | 107 | 136 | 40 | 16 | 130 | 44 |
| Binary | 10101101 | 110010 | 1011 | 0 | 1000111 | 1011110 | 100000 | 1110 | 1011000 | 100100 |
Color Harmonies of #AD320B
Complementary color
Monochromatic Colors of #AD320B
Black with #AD320B
Text Example
Text Example
White with #AD320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD320B; }
p { color: rgb(173,50,11); }
H1.HeaderClassName
{
color: #AD320B;
}
.AnyTagClassName
{
color: #AD320B;
}
</style>
background-color css
<style>
a { background-color: #AD320B; }
a { background-color: rgb(173,50,11); }
div.DivClassName
{
background-color: #AD320B;
}
.BgClassName
{
background-color: #AD320B;
}
</style>
border-color css
<style>
span { border-color: #AD320B; }
span { border-color: rgb(173,50,11); }
td.TdClassName
{
border-color: #AD320B;
}
.TagClassName
{
border-color: #AD320B;
}
</style>