Shades of Rust #AD3F12
Tints of Rust #AD3F12
RGB
CMYK
RGB Variations
Color information
#AD3F12 (or 0xAD3F12) is known color: Rust. HEX triplet: AD, 3F and 12. RGB value is (173,63,18). Sum of RGB (Red+Green+Blue) = 173+63+18=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3F12 is #52C0ED. Grayscale: #5B5B5B. Windows color (decimal): -5423342 or 1195949. OLE color: 1195949.
HSL color Cylindrical-coordinate representation of color #AD3F12: hue angle of 17.42º 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 #AD3F12 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 63 | 18 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.32 |
| HSL | 17.42º | 0.81% | 0.37% | - |
| HSV(B) | 17.42º | 0.9% | 0.68% | - |
| XYZ | 19.12 | 12.48 | 1.97 | - |
| YUV | 90.76 | 86.94 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 63 | 18 | 0 | 0.64 | 0.90 | 0.32 | 17.42 | 0.81 | 0.37 |
| Hex | AD | 3F | 12 | 0 | 40 | 5A | 20 | 11 | 51 | 25 |
| Octal | 255 | 77 | 22 | 0 | 100 | 132 | 40 | 21 | 121 | 45 |
| Binary | 10101101 | 111111 | 10010 | 0 | 1000000 | 1011010 | 100000 | 10001 | 1010001 | 100101 |
Color Harmonies of #AD3F12
Complementary color
Monochromatic Colors of #AD3F12
Black with #AD3F12
Text Example
Text Example
White with #AD3F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3F12; }
p { color: rgb(173,63,18); }
H1.HeaderClassName
{
color: #AD3F12;
}
.AnyTagClassName
{
color: #AD3F12;
}
</style>
background-color css
<style>
a { background-color: #AD3F12; }
a { background-color: rgb(173,63,18); }
div.DivClassName
{
background-color: #AD3F12;
}
.BgClassName
{
background-color: #AD3F12;
}
</style>
border-color css
<style>
span { border-color: #AD3F12; }
span { border-color: rgb(173,63,18); }
td.TdClassName
{
border-color: #AD3F12;
}
.TagClassName
{
border-color: #AD3F12;
}
</style>