Shades of Rust #AD2D0C
Tints of Rust #AD2D0C
RGB
CMYK
RGB Variations
Color information
#AD2D0C (or 0xAD2D0C) is known color: Rust. HEX triplet: AD, 2D and 0C. RGB value is (173,45,12). Sum of RGB (Red+Green+Blue) = 173+45+12=230 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.22% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2D0C is #52D2F3. Grayscale: #4F4F4F. Windows color (decimal): -5427956 or 798125. OLE color: 798125.
HSL color Cylindrical-coordinate representation of color #AD2D0C: hue angle of 12.3º 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 #AD2D0C is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 45 | 12 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.32 |
| HSL | 12.3º | 0.87% | 0.36% | - |
| HSV(B) | 12.3º | 0.93% | 0.68% | - |
| XYZ | 18.24 | 10.79 | 1.47 | - |
| YUV | 79.51 | 89.91 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 45 | 12 | 0 | 0.74 | 0.93 | 0.32 | 12.3 | 0.87 | 0.36 |
| Hex | AD | 2D | C | 0 | 4A | 5D | 20 | C | 57 | 24 |
| Octal | 255 | 55 | 14 | 0 | 112 | 135 | 40 | 14 | 127 | 44 |
| Binary | 10101101 | 101101 | 1100 | 0 | 1001010 | 1011101 | 100000 | 1100 | 1010111 | 100100 |
Color Harmonies of #AD2D0C
Complementary color
Monochromatic Colors of #AD2D0C
Black with #AD2D0C
Text Example
Text Example
White with #AD2D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2D0C; }
p { color: rgb(173,45,12); }
H1.HeaderClassName
{
color: #AD2D0C;
}
.AnyTagClassName
{
color: #AD2D0C;
}
</style>
background-color css
<style>
a { background-color: #AD2D0C; }
a { background-color: rgb(173,45,12); }
div.DivClassName
{
background-color: #AD2D0C;
}
.BgClassName
{
background-color: #AD2D0C;
}
</style>
border-color css
<style>
span { border-color: #AD2D0C; }
span { border-color: rgb(173,45,12); }
td.TdClassName
{
border-color: #AD2D0C;
}
.TagClassName
{
border-color: #AD2D0C;
}
</style>