Shades of Rust #AD3B12
Tints of Rust #AD3B12
RGB
CMYK
RGB Variations
Color information
#AD3B12 (or 0xAD3B12) is known color: Rust. HEX triplet: AD, 3B and 12. RGB value is (173,59,18). Sum of RGB (Red+Green+Blue) = 173+59+18=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3B12 is #52C4ED. Grayscale: #585858. Windows color (decimal): -5424366 or 1194925. OLE color: 1194925.
HSL color Cylindrical-coordinate representation of color #AD3B12: hue angle of 15.87º 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 #AD3B12 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 59 | 18 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.32 |
| HSL | 15.87º | 0.81% | 0.37% | - |
| HSV(B) | 15.87º | 0.9% | 0.68% | - |
| XYZ | 18.91 | 12.06 | 1.9 | - |
| YUV | 88.41 | 88.27 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 59 | 18 | 0 | 0.66 | 0.90 | 0.32 | 15.87 | 0.81 | 0.37 |
| Hex | AD | 3B | 12 | 0 | 42 | 5A | 20 | 10 | 51 | 25 |
| Octal | 255 | 73 | 22 | 0 | 102 | 132 | 40 | 20 | 121 | 45 |
| Binary | 10101101 | 111011 | 10010 | 0 | 1000010 | 1011010 | 100000 | 10000 | 1010001 | 100101 |
Color Harmonies of #AD3B12
Complementary color
Monochromatic Colors of #AD3B12
Black with #AD3B12
Text Example
Text Example
White with #AD3B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3B12; }
p { color: rgb(173,59,18); }
H1.HeaderClassName
{
color: #AD3B12;
}
.AnyTagClassName
{
color: #AD3B12;
}
</style>
background-color css
<style>
a { background-color: #AD3B12; }
a { background-color: rgb(173,59,18); }
div.DivClassName
{
background-color: #AD3B12;
}
.BgClassName
{
background-color: #AD3B12;
}
</style>
border-color css
<style>
span { border-color: #AD3B12; }
span { border-color: rgb(173,59,18); }
td.TdClassName
{
border-color: #AD3B12;
}
.TagClassName
{
border-color: #AD3B12;
}
</style>