Shades of Rust #AD3312
Tints of Rust #AD3312
RGB
CMYK
RGB Variations
Color information
#AD3312 (or 0xAD3312) is known color: Rust. HEX triplet: AD, 33 and 12. RGB value is (173,51,18). Sum of RGB (Red+Green+Blue) = 173+51+18=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3312 is #52CCED. Grayscale: #535353. Windows color (decimal): -5426414 or 1192877. OLE color: 1192877.
HSL color Cylindrical-coordinate representation of color #AD3312: hue angle of 12.77º 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 #AD3312 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 18 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.32 |
| HSL | 12.77º | 0.81% | 0.37% | - |
| HSV(B) | 12.77º | 0.9% | 0.68% | - |
| XYZ | 18.53 | 11.3 | 1.78 | - |
| YUV | 83.72 | 90.92 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 18 | 0 | 0.71 | 0.90 | 0.32 | 12.77 | 0.81 | 0.37 |
| Hex | AD | 33 | 12 | 0 | 47 | 5A | 20 | D | 51 | 25 |
| Octal | 255 | 63 | 22 | 0 | 107 | 132 | 40 | 15 | 121 | 45 |
| Binary | 10101101 | 110011 | 10010 | 0 | 1000111 | 1011010 | 100000 | 1101 | 1010001 | 100101 |
Color Harmonies of #AD3312
Complementary color
Monochromatic Colors of #AD3312
Black with #AD3312
Text Example
Text Example
White with #AD3312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3312; }
p { color: rgb(173,51,18); }
H1.HeaderClassName
{
color: #AD3312;
}
.AnyTagClassName
{
color: #AD3312;
}
</style>
background-color css
<style>
a { background-color: #AD3312; }
a { background-color: rgb(173,51,18); }
div.DivClassName
{
background-color: #AD3312;
}
.BgClassName
{
background-color: #AD3312;
}
</style>
border-color css
<style>
span { border-color: #AD3312; }
span { border-color: rgb(173,51,18); }
td.TdClassName
{
border-color: #AD3312;
}
.TagClassName
{
border-color: #AD3312;
}
</style>