Shades of Rust #AD2E06
Tints of Rust #AD2E06
RGB
CMYK
RGB Variations
Color information
#AD2E06 (or 0xAD2E06) is known color: Rust. HEX triplet: AD, 2E and 06. RGB value is (173,46,6). Sum of RGB (Red+Green+Blue) = 173+46+6=225 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.89% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 6 (2.73% from 255 or 2.67% from 225); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2E06 is #52D1F9. Grayscale: #4F4F4F. Windows color (decimal): -5427706 or 405165. OLE color: 405165.
HSL color Cylindrical-coordinate representation of color #AD2E06: hue angle of 14.37º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD2E06 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 46 | 6 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.32 |
| HSL | 14.37º | 0.93% | 0.35% | - |
| HSV(B) | 14.37º | 0.97% | 0.68% | - |
| XYZ | 18.24 | 10.85 | 1.31 | - |
| YUV | 79.41 | 86.58 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 46 | 6 | 0 | 0.73 | 0.97 | 0.32 | 14.37 | 0.93 | 0.35 |
| Hex | AD | 2E | 6 | 0 | 49 | 61 | 20 | E | 5D | 23 |
| Octal | 255 | 56 | 6 | 0 | 111 | 141 | 40 | 16 | 135 | 43 |
| Binary | 10101101 | 101110 | 110 | 0 | 1001001 | 1100001 | 100000 | 1110 | 1011101 | 100011 |
Color Harmonies of #AD2E06
Complementary color
Monochromatic Colors of #AD2E06
Black with #AD2E06
Text Example
Text Example
White with #AD2E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2E06; }
p { color: rgb(173,46,6); }
H1.HeaderClassName
{
color: #AD2E06;
}
.AnyTagClassName
{
color: #AD2E06;
}
</style>
background-color css
<style>
a { background-color: #AD2E06; }
a { background-color: rgb(173,46,6); }
div.DivClassName
{
background-color: #AD2E06;
}
.BgClassName
{
background-color: #AD2E06;
}
</style>
border-color css
<style>
span { border-color: #AD2E06; }
span { border-color: rgb(173,46,6); }
td.TdClassName
{
border-color: #AD2E06;
}
.TagClassName
{
border-color: #AD2E06;
}
</style>