Shades of Rust #AD3D0E
Tints of Rust #AD3D0E
RGB
CMYK
RGB Variations
Color information
#AD3D0E (or 0xAD3D0E) is known color: Rust. HEX triplet: AD, 3D and 0E. RGB value is (173,61,14). Sum of RGB (Red+Green+Blue) = 173+61+14=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3D0E is #52C2F1. Grayscale: #595959. Windows color (decimal): -5423858 or 933293. OLE color: 933293.
HSL color Cylindrical-coordinate representation of color #AD3D0E: hue angle of 17.74º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD3D0E is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 61 | 14 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.32 |
| HSL | 17.74º | 0.85% | 0.37% | - |
| HSV(B) | 17.74º | 0.92% | 0.68% | - |
| XYZ | 18.98 | 12.25 | 1.78 | - |
| YUV | 89.13 | 85.61 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 61 | 14 | 0 | 0.65 | 0.92 | 0.32 | 17.74 | 0.85 | 0.37 |
| Hex | AD | 3D | E | 0 | 41 | 5C | 20 | 12 | 55 | 25 |
| Octal | 255 | 75 | 16 | 0 | 101 | 134 | 40 | 22 | 125 | 45 |
| Binary | 10101101 | 111101 | 1110 | 0 | 1000001 | 1011100 | 100000 | 10010 | 1010101 | 100101 |
Color Harmonies of #AD3D0E
Complementary color
Monochromatic Colors of #AD3D0E
Black with #AD3D0E
Text Example
Text Example
White with #AD3D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3D0E; }
p { color: rgb(173,61,14); }
H1.HeaderClassName
{
color: #AD3D0E;
}
.AnyTagClassName
{
color: #AD3D0E;
}
</style>
background-color css
<style>
a { background-color: #AD3D0E; }
a { background-color: rgb(173,61,14); }
div.DivClassName
{
background-color: #AD3D0E;
}
.BgClassName
{
background-color: #AD3D0E;
}
</style>
border-color css
<style>
span { border-color: #AD3D0E; }
span { border-color: rgb(173,61,14); }
td.TdClassName
{
border-color: #AD3D0E;
}
.TagClassName
{
border-color: #AD3D0E;
}
</style>