Shades of Rust #AD2A06
Tints of Rust #AD2A06
RGB
CMYK
RGB Variations
Color information
#AD2A06 (or 0xAD2A06) is known color: Rust. HEX triplet: AD, 2A and 06. RGB value is (173,42,6). Sum of RGB (Red+Green+Blue) = 173+42+6=221 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.28% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2A06 is #52D5F9. Grayscale: #4D4D4D. Windows color (decimal): -5428730 or 404141. OLE color: 404141.
HSL color Cylindrical-coordinate representation of color #AD2A06: hue angle of 12.93º 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 #AD2A06 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 42 | 6 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.32 |
| HSL | 12.93º | 0.93% | 0.35% | - |
| HSV(B) | 12.93º | 0.97% | 0.68% | - |
| XYZ | 18.09 | 10.55 | 1.26 | - |
| YUV | 77.07 | 87.9 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 6 | 0 | 0.76 | 0.97 | 0.32 | 12.93 | 0.93 | 0.35 |
| Hex | AD | 2A | 6 | 0 | 4C | 61 | 20 | D | 5D | 23 |
| Octal | 255 | 52 | 6 | 0 | 114 | 141 | 40 | 15 | 135 | 43 |
| Binary | 10101101 | 101010 | 110 | 0 | 1001100 | 1100001 | 100000 | 1101 | 1011101 | 100011 |
Color Harmonies of #AD2A06
Complementary color
Monochromatic Colors of #AD2A06
Black with #AD2A06
Text Example
Text Example
White with #AD2A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2A06; }
p { color: rgb(173,42,6); }
H1.HeaderClassName
{
color: #AD2A06;
}
.AnyTagClassName
{
color: #AD2A06;
}
</style>
background-color css
<style>
a { background-color: #AD2A06; }
a { background-color: rgb(173,42,6); }
div.DivClassName
{
background-color: #AD2A06;
}
.BgClassName
{
background-color: #AD2A06;
}
</style>
border-color css
<style>
span { border-color: #AD2A06; }
span { border-color: rgb(173,42,6); }
td.TdClassName
{
border-color: #AD2A06;
}
.TagClassName
{
border-color: #AD2A06;
}
</style>