Shades of Rust #AD2C06
Tints of Rust #AD2C06
RGB
CMYK
RGB Variations
Color information
#AD2C06 (or 0xAD2C06) is known color: Rust. HEX triplet: AD, 2C and 06. RGB value is (173,44,6). Sum of RGB (Red+Green+Blue) = 173+44+6=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 6 (2.73% from 255 or 2.69% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2C06 is #52D3F9. Grayscale: #4E4E4E. Windows color (decimal): -5428218 or 404653. OLE color: 404653.
HSL color Cylindrical-coordinate representation of color #AD2C06: hue angle of 13.65º 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 #AD2C06 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 44 | 6 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.32 |
| HSL | 13.65º | 0.93% | 0.35% | - |
| HSV(B) | 13.65º | 0.97% | 0.68% | - |
| XYZ | 18.17 | 10.7 | 1.28 | - |
| YUV | 78.24 | 87.24 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 44 | 6 | 0 | 0.75 | 0.97 | 0.32 | 13.65 | 0.93 | 0.35 |
| Hex | AD | 2C | 6 | 0 | 4B | 61 | 20 | E | 5D | 23 |
| Octal | 255 | 54 | 6 | 0 | 113 | 141 | 40 | 16 | 135 | 43 |
| Binary | 10101101 | 101100 | 110 | 0 | 1001011 | 1100001 | 100000 | 1110 | 1011101 | 100011 |
Color Harmonies of #AD2C06
Complementary color
Monochromatic Colors of #AD2C06
Black with #AD2C06
Text Example
Text Example
White with #AD2C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2C06; }
p { color: rgb(173,44,6); }
H1.HeaderClassName
{
color: #AD2C06;
}
.AnyTagClassName
{
color: #AD2C06;
}
</style>
background-color css
<style>
a { background-color: #AD2C06; }
a { background-color: rgb(173,44,6); }
div.DivClassName
{
background-color: #AD2C06;
}
.BgClassName
{
background-color: #AD2C06;
}
</style>
border-color css
<style>
span { border-color: #AD2C06; }
span { border-color: rgb(173,44,6); }
td.TdClassName
{
border-color: #AD2C06;
}
.TagClassName
{
border-color: #AD2C06;
}
</style>