Shades of Rust #AD2A0D
Tints of Rust #AD2A0D
RGB
CMYK
RGB Variations
Color information
#AD2A0D (or 0xAD2A0D) is known color: Rust. HEX triplet: AD, 2A and 0D. RGB value is (173,42,13). Sum of RGB (Red+Green+Blue) = 173+42+13=228 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.88% from 228); Green value is 42 (16.80% from 255 or 18.42% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2A0D is #52D5F2. Grayscale: #4E4E4E. Windows color (decimal): -5428723 or 862893. OLE color: 862893.
HSL color Cylindrical-coordinate representation of color #AD2A0D: hue angle of 10.88º 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 #AD2A0D is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 42 | 13 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.32 |
| HSL | 10.88º | 0.86% | 0.36% | - |
| HSV(B) | 10.88º | 0.92% | 0.68% | - |
| XYZ | 18.13 | 10.57 | 1.47 | - |
| YUV | 77.86 | 91.4 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 13 | 0 | 0.76 | 0.92 | 0.32 | 10.88 | 0.86 | 0.36 |
| Hex | AD | 2A | D | 0 | 4C | 5C | 20 | B | 56 | 24 |
| Octal | 255 | 52 | 15 | 0 | 114 | 134 | 40 | 13 | 126 | 44 |
| Binary | 10101101 | 101010 | 1101 | 0 | 1001100 | 1011100 | 100000 | 1011 | 1010110 | 100100 |
Color Harmonies of #AD2A0D
Complementary color
Monochromatic Colors of #AD2A0D
Black with #AD2A0D
Text Example
Text Example
White with #AD2A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2A0D; }
p { color: rgb(173,42,13); }
H1.HeaderClassName
{
color: #AD2A0D;
}
.AnyTagClassName
{
color: #AD2A0D;
}
</style>
background-color css
<style>
a { background-color: #AD2A0D; }
a { background-color: rgb(173,42,13); }
div.DivClassName
{
background-color: #AD2A0D;
}
.BgClassName
{
background-color: #AD2A0D;
}
</style>
border-color css
<style>
span { border-color: #AD2A0D; }
span { border-color: rgb(173,42,13); }
td.TdClassName
{
border-color: #AD2A0D;
}
.TagClassName
{
border-color: #AD2A0D;
}
</style>