Shades of Rust #AD2E0C
Tints of Rust #AD2E0C
RGB
CMYK
RGB Variations
Color information
#AD2E0C (or 0xAD2E0C) is known color: Rust. HEX triplet: AD, 2E and 0C. RGB value is (173,46,12). Sum of RGB (Red+Green+Blue) = 173+46+12=231 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.89% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2E0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2E0C is #52D1F3. Grayscale: #505050. Windows color (decimal): -5427700 or 798381. OLE color: 798381.
HSL color Cylindrical-coordinate representation of color #AD2E0C: hue angle of 12.67º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD2E0C is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 46 | 12 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.32 |
| HSL | 12.67º | 0.87% | 0.36% | - |
| HSV(B) | 12.67º | 0.93% | 0.68% | - |
| XYZ | 18.28 | 10.86 | 1.48 | - |
| YUV | 80.1 | 89.58 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 46 | 12 | 0 | 0.73 | 0.93 | 0.32 | 12.67 | 0.87 | 0.36 |
| Hex | AD | 2E | C | 0 | 49 | 5D | 20 | D | 57 | 24 |
| Octal | 255 | 56 | 14 | 0 | 111 | 135 | 40 | 15 | 127 | 44 |
| Binary | 10101101 | 101110 | 1100 | 0 | 1001001 | 1011101 | 100000 | 1101 | 1010111 | 100100 |
Color Harmonies of #AD2E0C
Complementary color
Monochromatic Colors of #AD2E0C
Black with #AD2E0C
Text Example
Text Example
White with #AD2E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2E0C; }
p { color: rgb(173,46,12); }
H1.HeaderClassName
{
color: #AD2E0C;
}
.AnyTagClassName
{
color: #AD2E0C;
}
</style>
background-color css
<style>
a { background-color: #AD2E0C; }
a { background-color: rgb(173,46,12); }
div.DivClassName
{
background-color: #AD2E0C;
}
.BgClassName
{
background-color: #AD2E0C;
}
</style>
border-color css
<style>
span { border-color: #AD2E0C; }
span { border-color: rgb(173,46,12); }
td.TdClassName
{
border-color: #AD2E0C;
}
.TagClassName
{
border-color: #AD2E0C;
}
</style>