Shades of Rust #AD3412
Tints of Rust #AD3412
RGB
CMYK
RGB Variations
Color information
#AD3412 (or 0xAD3412) is known color: Rust. HEX triplet: AD, 34 and 12. RGB value is (173,52,18). Sum of RGB (Red+Green+Blue) = 173+52+18=243 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.19% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3412 is #52CBED. Grayscale: #545454. Windows color (decimal): -5426158 or 1193133. OLE color: 1193133.
HSL color Cylindrical-coordinate representation of color #AD3412: hue angle of 13.16º 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 #AD3412 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 18 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.32 |
| HSL | 13.16º | 0.81% | 0.37% | - |
| HSV(B) | 13.16º | 0.9% | 0.68% | - |
| XYZ | 18.57 | 11.38 | 1.79 | - |
| YUV | 84.3 | 90.59 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 18 | 0 | 0.70 | 0.90 | 0.32 | 13.16 | 0.81 | 0.37 |
| Hex | AD | 34 | 12 | 0 | 46 | 5A | 20 | D | 51 | 25 |
| Octal | 255 | 64 | 22 | 0 | 106 | 132 | 40 | 15 | 121 | 45 |
| Binary | 10101101 | 110100 | 10010 | 0 | 1000110 | 1011010 | 100000 | 1101 | 1010001 | 100101 |
Color Harmonies of #AD3412
Complementary color
Monochromatic Colors of #AD3412
Black with #AD3412
Text Example
Text Example
White with #AD3412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3412; }
p { color: rgb(173,52,18); }
H1.HeaderClassName
{
color: #AD3412;
}
.AnyTagClassName
{
color: #AD3412;
}
</style>
background-color css
<style>
a { background-color: #AD3412; }
a { background-color: rgb(173,52,18); }
div.DivClassName
{
background-color: #AD3412;
}
.BgClassName
{
background-color: #AD3412;
}
</style>
border-color css
<style>
span { border-color: #AD3412; }
span { border-color: rgb(173,52,18); }
td.TdClassName
{
border-color: #AD3412;
}
.TagClassName
{
border-color: #AD3412;
}
</style>