Shades of Rust #AD2700
Tints of Rust #AD2700
RGB
CMYK
RGB Variations
Color information
#AD2700 (or 0xAD2700) is known color: Rust. HEX triplet: AD, 27 and 00. RGB value is (173,39,0). Sum of RGB (Red+Green+Blue) = 173+39+0=212 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.60% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2700 is #52D8FF. Grayscale: #4A4A4A. Windows color (decimal): -5429504 or 10157. OLE color: 10157.
HSL color Cylindrical-coordinate representation of color #AD2700: hue angle of 13.53º 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 #AD2700 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.32 |
| HSL | 13.53º | 1% | 0.34% | - |
| HSV(B) | 13.53º | 1% | 0.68% | - |
| XYZ | 17.96 | 10.34 | 1.05 | - |
| YUV | 74.62 | 85.89 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 0 | 0 | 0.77 | 1 | 0.32 | 13.53 | 1 | 0.34 |
| Hex | AD | 27 | 0 | 0 | 4D | 64 | 20 | E | 64 | 22 |
| Octal | 255 | 47 | 0 | 0 | 115 | 144 | 40 | 16 | 144 | 42 |
| Binary | 10101101 | 100111 | 0 | 0 | 1001101 | 1100100 | 100000 | 1110 | 1100100 | 100010 |
Color Harmonies of #AD2700
Complementary color
Monochromatic Colors of #AD2700
Black with #AD2700
Text Example
Text Example
White with #AD2700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2700; }
p { color: rgb(173,39,0); }
H1.HeaderClassName
{
color: #AD2700;
}
.AnyTagClassName
{
color: #AD2700;
}
</style>
background-color css
<style>
a { background-color: #AD2700; }
a { background-color: rgb(173,39,0); }
div.DivClassName
{
background-color: #AD2700;
}
.BgClassName
{
background-color: #AD2700;
}
</style>
border-color css
<style>
span { border-color: #AD2700; }
span { border-color: rgb(173,39,0); }
td.TdClassName
{
border-color: #AD2700;
}
.TagClassName
{
border-color: #AD2700;
}
</style>