Shades of Rustic Red #1D020E
Tints of Rustic Red #1D020E
RGB
CMYK
RGB Variations
Color information
#1D020E (or 0x1D020E) is known color: Rustic Red. HEX triplet: 1D, 02 and 0E. RGB value is (29,2,14). Sum of RGB (Red+Green+Blue) = 29+2+14=45 (5% of max value = 765). Red value is 29 (11.72% from 255 or 64.44% from 45); Green value is 2 (1.17% from 255 or 4.44% from 45); Blue value is 14 (5.86% from 255 or 31.11% from 45); Max value from RGB is 29 - color contains mainly: red. Hex color #1D020E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D020E is #E2FDF1. Grayscale: #0B0B0B. Windows color (decimal): -14876146 or 918045. OLE color: 918045.
HSL color Cylindrical-coordinate representation of color #1D020E: hue angle of 333.33º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D020E is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 2 | 14 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.89 |
| HSL | 333.33º | 0.87% | 0.06% | - |
| HSV(B) | 333.33º | 0.93% | 0.11% | - |
| XYZ | 0.61 | 0.34 | 0.45 | - |
| YUV | 11.44 | 129.45 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 2 | 14 | 0 | 0.93 | 0.52 | 0.89 | 333.33 | 0.87 | 0.06 |
| Hex | 1D | 2 | E | 0 | 5D | 34 | 59 | 14D | 57 | 6 |
| Octal | 35 | 2 | 16 | 0 | 135 | 64 | 131 | 515 | 127 | 6 |
| Binary | 11101 | 10 | 1110 | 0 | 1011101 | 110100 | 1011001 | 101001101 | 1010111 | 110 |
Color Harmonies of #1D020E
Complementary color
Monochromatic Colors of #1D020E
Black with #1D020E
Text Example
Text Example
White with #1D020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D020E; }
p { color: rgb(29,2,14); }
H1.HeaderClassName
{
color: #1D020E;
}
.AnyTagClassName
{
color: #1D020E;
}
</style>
background-color css
<style>
a { background-color: #1D020E; }
a { background-color: rgb(29,2,14); }
div.DivClassName
{
background-color: #1D020E;
}
.BgClassName
{
background-color: #1D020E;
}
</style>
border-color css
<style>
span { border-color: #1D020E; }
span { border-color: rgb(29,2,14); }
td.TdClassName
{
border-color: #1D020E;
}
.TagClassName
{
border-color: #1D020E;
}
</style>