Shades of Rust #AD3D0D
Tints of Rust #AD3D0D
RGB
CMYK
RGB Variations
Color information
#AD3D0D (or 0xAD3D0D) is known color: Rust. HEX triplet: AD, 3D and 0D. RGB value is (173,61,13). Sum of RGB (Red+Green+Blue) = 173+61+13=247 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.04% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3D0D is #52C2F2. Grayscale: #595959. Windows color (decimal): -5423859 or 867757. OLE color: 867757.
HSL color Cylindrical-coordinate representation of color #AD3D0D: hue angle of 18º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD3D0D is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 61 | 13 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.32 |
| HSL | 18º | 0.86% | 0.36% | - |
| HSV(B) | 18º | 0.92% | 0.68% | - |
| XYZ | 18.97 | 12.25 | 1.75 | - |
| YUV | 89.02 | 85.11 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 61 | 13 | 0 | 0.65 | 0.92 | 0.32 | 18 | 0.86 | 0.36 |
| Hex | AD | 3D | D | 0 | 41 | 5C | 20 | 12 | 56 | 24 |
| Octal | 255 | 75 | 15 | 0 | 101 | 134 | 40 | 22 | 126 | 44 |
| Binary | 10101101 | 111101 | 1101 | 0 | 1000001 | 1011100 | 100000 | 10010 | 1010110 | 100100 |
Color Harmonies of #AD3D0D
Complementary color
Monochromatic Colors of #AD3D0D
Black with #AD3D0D
Text Example
Text Example
White with #AD3D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3D0D; }
p { color: rgb(173,61,13); }
H1.HeaderClassName
{
color: #AD3D0D;
}
.AnyTagClassName
{
color: #AD3D0D;
}
</style>
background-color css
<style>
a { background-color: #AD3D0D; }
a { background-color: rgb(173,61,13); }
div.DivClassName
{
background-color: #AD3D0D;
}
.BgClassName
{
background-color: #AD3D0D;
}
</style>
border-color css
<style>
span { border-color: #AD3D0D; }
span { border-color: rgb(173,61,13); }
td.TdClassName
{
border-color: #AD3D0D;
}
.TagClassName
{
border-color: #AD3D0D;
}
</style>