Shades of Rust #AD2100
Tints of Rust #AD2100
RGB
CMYK
RGB Variations
Color information
#AD2100 (or 0xAD2100) is known color: Rust. HEX triplet: AD, 21 and 00. RGB value is (173,33,0). Sum of RGB (Red+Green+Blue) = 173+33+0=206 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.98% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2100 is #52DEFF. Grayscale: #474747. Windows color (decimal): -5431040 or 8621. OLE color: 8621.
HSL color Cylindrical-coordinate representation of color #AD2100: hue angle of 11.45º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD2100 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.32 |
| HSL | 11.45º | 1% | 0.34% | - |
| HSV(B) | 11.45º | 1% | 0.68% | - |
| XYZ | 17.78 | 9.97 | 0.99 | - |
| YUV | 71.1 | 87.88 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 0 | 0 | 0.81 | 1 | 0.32 | 11.45 | 1 | 0.34 |
| Hex | AD | 21 | 0 | 0 | 51 | 64 | 20 | B | 64 | 22 |
| Octal | 255 | 41 | 0 | 0 | 121 | 144 | 40 | 13 | 144 | 42 |
| Binary | 10101101 | 100001 | 0 | 0 | 1010001 | 1100100 | 100000 | 1011 | 1100100 | 100010 |
Color Harmonies of #AD2100
Complementary color
Monochromatic Colors of #AD2100
Black with #AD2100
Text Example
Text Example
White with #AD2100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2100; }
p { color: rgb(173,33,0); }
H1.HeaderClassName
{
color: #AD2100;
}
.AnyTagClassName
{
color: #AD2100;
}
</style>
background-color css
<style>
a { background-color: #AD2100; }
a { background-color: rgb(173,33,0); }
div.DivClassName
{
background-color: #AD2100;
}
.BgClassName
{
background-color: #AD2100;
}
</style>
border-color css
<style>
span { border-color: #AD2100; }
span { border-color: rgb(173,33,0); }
td.TdClassName
{
border-color: #AD2100;
}
.TagClassName
{
border-color: #AD2100;
}
</style>