Shades of Rust #AD2900
Tints of Rust #AD2900
RGB
CMYK
RGB Variations
Color information
#AD2900 (or 0xAD2900) is known color: Rust. HEX triplet: AD, 29 and 00. RGB value is (173,41,0). Sum of RGB (Red+Green+Blue) = 173+41+0=214 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.84% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2900 is #52D6FF. Grayscale: #4C4C4C. Windows color (decimal): -5428992 or 10669. OLE color: 10669.
HSL color Cylindrical-coordinate representation of color #AD2900: hue angle of 14.22º 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 #AD2900 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 41 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.32 |
| HSL | 14.22º | 1% | 0.34% | - |
| HSV(B) | 14.22º | 1% | 0.68% | - |
| XYZ | 18.03 | 10.47 | 1.07 | - |
| YUV | 75.79 | 85.23 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 41 | 0 | 0 | 0.76 | 1 | 0.32 | 14.22 | 1 | 0.34 |
| Hex | AD | 29 | 0 | 0 | 4C | 64 | 20 | E | 64 | 22 |
| Octal | 255 | 51 | 0 | 0 | 114 | 144 | 40 | 16 | 144 | 42 |
| Binary | 10101101 | 101001 | 0 | 0 | 1001100 | 1100100 | 100000 | 1110 | 1100100 | 100010 |
Color Harmonies of #AD2900
Complementary color
Monochromatic Colors of #AD2900
Black with #AD2900
Text Example
Text Example
White with #AD2900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2900; }
p { color: rgb(173,41,0); }
H1.HeaderClassName
{
color: #AD2900;
}
.AnyTagClassName
{
color: #AD2900;
}
</style>
background-color css
<style>
a { background-color: #AD2900; }
a { background-color: rgb(173,41,0); }
div.DivClassName
{
background-color: #AD2900;
}
.BgClassName
{
background-color: #AD2900;
}
</style>
border-color css
<style>
span { border-color: #AD2900; }
span { border-color: rgb(173,41,0); }
td.TdClassName
{
border-color: #AD2900;
}
.TagClassName
{
border-color: #AD2900;
}
</style>