Shades of Rust #AD4412
Tints of Rust #AD4412
RGB
CMYK
RGB Variations
Color information
#AD4412 (or 0xAD4412) is known color: Rust. HEX triplet: AD, 44 and 12. RGB value is (173,68,18). Sum of RGB (Red+Green+Blue) = 173+68+18=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4412 is #52BBED. Grayscale: #5E5E5E. Windows color (decimal): -5422062 or 1197229. OLE color: 1197229.
HSL color Cylindrical-coordinate representation of color #AD4412: hue angle of 19.35º 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 #AD4412 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 18 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.32 |
| HSL | 19.35º | 0.81% | 0.37% | - |
| HSV(B) | 19.35º | 0.9% | 0.68% | - |
| XYZ | 19.41 | 13.06 | 2.07 | - |
| YUV | 93.7 | 85.29 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 18 | 0 | 0.61 | 0.90 | 0.32 | 19.35 | 0.81 | 0.37 |
| Hex | AD | 44 | 12 | 0 | 3D | 5A | 20 | 13 | 51 | 25 |
| Octal | 255 | 104 | 22 | 0 | 75 | 132 | 40 | 23 | 121 | 45 |
| Binary | 10101101 | 1000100 | 10010 | 0 | 111101 | 1011010 | 100000 | 10011 | 1010001 | 100101 |
Color Harmonies of #AD4412
Complementary color
Monochromatic Colors of #AD4412
Black with #AD4412
Text Example
Text Example
White with #AD4412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4412; }
p { color: rgb(173,68,18); }
H1.HeaderClassName
{
color: #AD4412;
}
.AnyTagClassName
{
color: #AD4412;
}
</style>
background-color css
<style>
a { background-color: #AD4412; }
a { background-color: rgb(173,68,18); }
div.DivClassName
{
background-color: #AD4412;
}
.BgClassName
{
background-color: #AD4412;
}
</style>
border-color css
<style>
span { border-color: #AD4412; }
span { border-color: rgb(173,68,18); }
td.TdClassName
{
border-color: #AD4412;
}
.TagClassName
{
border-color: #AD4412;
}
</style>