Shades of Rust #AD3812
Tints of Rust #AD3812
RGB
CMYK
RGB Variations
Color information
#AD3812 (or 0xAD3812) is known color: Rust. HEX triplet: AD, 38 and 12. RGB value is (173,56,18). Sum of RGB (Red+Green+Blue) = 173+56+18=247 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.04% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3812 is #52C7ED. Grayscale: #565656. Windows color (decimal): -5425134 or 1194157. OLE color: 1194157.
HSL color Cylindrical-coordinate representation of color #AD3812: hue angle of 14.71º 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 #AD3812 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 56 | 18 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.32 |
| HSL | 14.71º | 0.81% | 0.37% | - |
| HSV(B) | 14.71º | 0.9% | 0.68% | - |
| XYZ | 18.76 | 11.76 | 1.85 | - |
| YUV | 86.65 | 89.26 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 18 | 0 | 0.68 | 0.90 | 0.32 | 14.71 | 0.81 | 0.37 |
| Hex | AD | 38 | 12 | 0 | 44 | 5A | 20 | F | 51 | 25 |
| Octal | 255 | 70 | 22 | 0 | 104 | 132 | 40 | 17 | 121 | 45 |
| Binary | 10101101 | 111000 | 10010 | 0 | 1000100 | 1011010 | 100000 | 1111 | 1010001 | 100101 |
Color Harmonies of #AD3812
Complementary color
Monochromatic Colors of #AD3812
Black with #AD3812
Text Example
Text Example
White with #AD3812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3812; }
p { color: rgb(173,56,18); }
H1.HeaderClassName
{
color: #AD3812;
}
.AnyTagClassName
{
color: #AD3812;
}
</style>
background-color css
<style>
a { background-color: #AD3812; }
a { background-color: rgb(173,56,18); }
div.DivClassName
{
background-color: #AD3812;
}
.BgClassName
{
background-color: #AD3812;
}
</style>
border-color css
<style>
span { border-color: #AD3812; }
span { border-color: rgb(173,56,18); }
td.TdClassName
{
border-color: #AD3812;
}
.TagClassName
{
border-color: #AD3812;
}
</style>