Shades of Rust #AD3E0D
Tints of Rust #AD3E0D
RGB
CMYK
RGB Variations
Color information
#AD3E0D (or 0xAD3E0D) is known color: Rust. HEX triplet: AD, 3E and 0D. RGB value is (173,62,13). Sum of RGB (Red+Green+Blue) = 173+62+13=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 62 (24.61% from 255 or 25% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3E0D is #52C1F2. Grayscale: #595959. Windows color (decimal): -5423603 or 868013. OLE color: 868013.
HSL color Cylindrical-coordinate representation of color #AD3E0D: hue angle of 18.38º 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 #AD3E0D is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 62 | 13 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.32 |
| HSL | 18.38º | 0.86% | 0.36% | - |
| HSV(B) | 18.38º | 0.92% | 0.68% | - |
| XYZ | 19.03 | 12.36 | 1.76 | - |
| YUV | 89.6 | 84.77 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 62 | 13 | 0 | 0.64 | 0.92 | 0.32 | 18.38 | 0.86 | 0.36 |
| Hex | AD | 3E | D | 0 | 40 | 5C | 20 | 12 | 56 | 24 |
| Octal | 255 | 76 | 15 | 0 | 100 | 134 | 40 | 22 | 126 | 44 |
| Binary | 10101101 | 111110 | 1101 | 0 | 1000000 | 1011100 | 100000 | 10010 | 1010110 | 100100 |
Color Harmonies of #AD3E0D
Complementary color
Monochromatic Colors of #AD3E0D
Black with #AD3E0D
Text Example
Text Example
White with #AD3E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3E0D; }
p { color: rgb(173,62,13); }
H1.HeaderClassName
{
color: #AD3E0D;
}
.AnyTagClassName
{
color: #AD3E0D;
}
</style>
background-color css
<style>
a { background-color: #AD3E0D; }
a { background-color: rgb(173,62,13); }
div.DivClassName
{
background-color: #AD3E0D;
}
.BgClassName
{
background-color: #AD3E0D;
}
</style>
border-color css
<style>
span { border-color: #AD3E0D; }
span { border-color: rgb(173,62,13); }
td.TdClassName
{
border-color: #AD3E0D;
}
.TagClassName
{
border-color: #AD3E0D;
}
</style>