Shades of Rust #AD2600
Tints of Rust #AD2600
RGB
CMYK
RGB Variations
Color information
#AD2600 (or 0xAD2600) is known color: Rust. HEX triplet: AD, 26 and 00. RGB value is (173,38,0). Sum of RGB (Red+Green+Blue) = 173+38+0=211 (27% of max value = 765). Red value is 173 (67.97% from 255 or 81.99% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2600 is #52D9FF. Grayscale: #4A4A4A. Windows color (decimal): -5429760 or 9901. OLE color: 9901.
HSL color Cylindrical-coordinate representation of color #AD2600: hue angle of 13.18º 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 #AD2600 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.32 |
| HSL | 13.18º | 1% | 0.34% | - |
| HSV(B) | 13.18º | 1% | 0.68% | - |
| XYZ | 17.93 | 10.27 | 1.04 | - |
| YUV | 74.03 | 86.23 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 0 | 0 | 0.78 | 1 | 0.32 | 13.18 | 1 | 0.34 |
| Hex | AD | 26 | 0 | 0 | 4E | 64 | 20 | D | 64 | 22 |
| Octal | 255 | 46 | 0 | 0 | 116 | 144 | 40 | 15 | 144 | 42 |
| Binary | 10101101 | 100110 | 0 | 0 | 1001110 | 1100100 | 100000 | 1101 | 1100100 | 100010 |
Color Harmonies of #AD2600
Complementary color
Monochromatic Colors of #AD2600
Black with #AD2600
Text Example
Text Example
White with #AD2600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2600; }
p { color: rgb(173,38,0); }
H1.HeaderClassName
{
color: #AD2600;
}
.AnyTagClassName
{
color: #AD2600;
}
</style>
background-color css
<style>
a { background-color: #AD2600; }
a { background-color: rgb(173,38,0); }
div.DivClassName
{
background-color: #AD2600;
}
.BgClassName
{
background-color: #AD2600;
}
</style>
border-color css
<style>
span { border-color: #AD2600; }
span { border-color: rgb(173,38,0); }
td.TdClassName
{
border-color: #AD2600;
}
.TagClassName
{
border-color: #AD2600;
}
</style>