Shades of Rust #AD3012
Tints of Rust #AD3012
RGB
CMYK
RGB Variations
Color information
#AD3012 (or 0xAD3012) is known color: Rust. HEX triplet: AD, 30 and 12. RGB value is (173,48,18). Sum of RGB (Red+Green+Blue) = 173+48+18=239 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.38% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3012 is #52CFED. Grayscale: #525252. Windows color (decimal): -5427182 or 1192109. OLE color: 1192109.
HSL color Cylindrical-coordinate representation of color #AD3012: hue angle of 11.61º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD3012 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 48 | 18 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.32 |
| HSL | 11.61º | 0.81% | 0.37% | - |
| HSV(B) | 11.61º | 0.9% | 0.68% | - |
| XYZ | 18.4 | 11.04 | 1.73 | - |
| YUV | 81.96 | 91.91 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 48 | 18 | 0 | 0.72 | 0.90 | 0.32 | 11.61 | 0.81 | 0.37 |
| Hex | AD | 30 | 12 | 0 | 48 | 5A | 20 | C | 51 | 25 |
| Octal | 255 | 60 | 22 | 0 | 110 | 132 | 40 | 14 | 121 | 45 |
| Binary | 10101101 | 110000 | 10010 | 0 | 1001000 | 1011010 | 100000 | 1100 | 1010001 | 100101 |
Color Harmonies of #AD3012
Complementary color
Monochromatic Colors of #AD3012
Black with #AD3012
Text Example
Text Example
White with #AD3012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3012; }
p { color: rgb(173,48,18); }
H1.HeaderClassName
{
color: #AD3012;
}
.AnyTagClassName
{
color: #AD3012;
}
</style>
background-color css
<style>
a { background-color: #AD3012; }
a { background-color: rgb(173,48,18); }
div.DivClassName
{
background-color: #AD3012;
}
.BgClassName
{
background-color: #AD3012;
}
</style>
border-color css
<style>
span { border-color: #AD3012; }
span { border-color: rgb(173,48,18); }
td.TdClassName
{
border-color: #AD3012;
}
.TagClassName
{
border-color: #AD3012;
}
</style>