Shades of Rustic Red #1D0E10
Tints of Rustic Red #1D0E10
RGB
CMYK
RGB Variations
Color information
#1D0E10 (or 0x1D0E10) is known color: Rustic Red. HEX triplet: 1D, 0E and 10. RGB value is (29,14,16). Sum of RGB (Red+Green+Blue) = 29+14+16=59 (7% of max value = 765). Red value is 29 (11.72% from 255 or 49.15% from 59); Green value is 14 (5.86% from 255 or 23.73% from 59); Blue value is 16 (6.64% from 255 or 27.12% from 59); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0E10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0E10 is #E2F1EF. Grayscale: #121212. Windows color (decimal): -14873072 or 1052189. OLE color: 1052189.
HSL color Cylindrical-coordinate representation of color #1D0E10: hue angle of 352º degrees, saturation: 0.35, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D0E10 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 14 | 16 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.89 |
| HSL | 352º | 0.35% | 0.08% | - |
| HSV(B) | 352º | 0.52% | 0.11% | - |
| XYZ | 0.76 | 0.61 | 0.57 | - |
| YUV | 18.71 | 126.47 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 14 | 16 | 0 | 0.52 | 0.45 | 0.89 | 352 | 0.35 | 0.08 |
| Hex | 1D | E | 10 | 0 | 34 | 2D | 59 | 160 | 23 | 8 |
| Octal | 35 | 16 | 20 | 0 | 64 | 55 | 131 | 540 | 43 | 10 |
| Binary | 11101 | 1110 | 10000 | 0 | 110100 | 101101 | 1011001 | 101100000 | 100011 | 1000 |
Color Harmonies of #1D0E10
Complementary color
Monochromatic Colors of #1D0E10
Black with #1D0E10
Text Example
Text Example
White with #1D0E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0E10; }
p { color: rgb(29,14,16); }
H1.HeaderClassName
{
color: #1D0E10;
}
.AnyTagClassName
{
color: #1D0E10;
}
</style>
background-color css
<style>
a { background-color: #1D0E10; }
a { background-color: rgb(29,14,16); }
div.DivClassName
{
background-color: #1D0E10;
}
.BgClassName
{
background-color: #1D0E10;
}
</style>
border-color css
<style>
span { border-color: #1D0E10; }
span { border-color: rgb(29,14,16); }
td.TdClassName
{
border-color: #1D0E10;
}
.TagClassName
{
border-color: #1D0E10;
}
</style>