Shades of Rust #AD2E0E
Tints of Rust #AD2E0E
RGB
CMYK
RGB Variations
Color information
#AD2E0E (or 0xAD2E0E) is known color: Rust. HEX triplet: AD, 2E and 0E. RGB value is (173,46,14). Sum of RGB (Red+Green+Blue) = 173+46+14=233 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.25% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2E0E is #52D1F1. Grayscale: #505050. Windows color (decimal): -5427698 or 929453. OLE color: 929453.
HSL color Cylindrical-coordinate representation of color #AD2E0E: hue angle of 12.08º 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 #AD2E0E is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 46 | 14 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.32 |
| HSL | 12.08º | 0.85% | 0.37% | - |
| HSV(B) | 12.08º | 0.92% | 0.68% | - |
| XYZ | 18.29 | 10.87 | 1.55 | - |
| YUV | 80.33 | 90.58 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 46 | 14 | 0 | 0.73 | 0.92 | 0.32 | 12.08 | 0.85 | 0.37 |
| Hex | AD | 2E | E | 0 | 49 | 5C | 20 | C | 55 | 25 |
| Octal | 255 | 56 | 16 | 0 | 111 | 134 | 40 | 14 | 125 | 45 |
| Binary | 10101101 | 101110 | 1110 | 0 | 1001001 | 1011100 | 100000 | 1100 | 1010101 | 100101 |
Color Harmonies of #AD2E0E
Complementary color
Monochromatic Colors of #AD2E0E
Black with #AD2E0E
Text Example
Text Example
White with #AD2E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2E0E; }
p { color: rgb(173,46,14); }
H1.HeaderClassName
{
color: #AD2E0E;
}
.AnyTagClassName
{
color: #AD2E0E;
}
</style>
background-color css
<style>
a { background-color: #AD2E0E; }
a { background-color: rgb(173,46,14); }
div.DivClassName
{
background-color: #AD2E0E;
}
.BgClassName
{
background-color: #AD2E0E;
}
</style>
border-color css
<style>
span { border-color: #AD2E0E; }
span { border-color: rgb(173,46,14); }
td.TdClassName
{
border-color: #AD2E0E;
}
.TagClassName
{
border-color: #AD2E0E;
}
</style>