Shades of Rustic Red #1D070E
Tints of Rustic Red #1D070E
RGB
CMYK
RGB Variations
Color information
#1D070E (or 0x1D070E) is known color: Rustic Red. HEX triplet: 1D, 07 and 0E. RGB value is (29,7,14). Sum of RGB (Red+Green+Blue) = 29+7+14=50 (6% of max value = 765). Red value is 29 (11.72% from 255 or 58% from 50); Green value is 7 (3.12% from 255 or 14% from 50); Blue value is 14 (5.86% from 255 or 28% from 50); Max value from RGB is 29 - color contains mainly: red. Hex color #1D070E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D070E is #E2F8F1. Grayscale: #0E0E0E. Windows color (decimal): -14874866 or 919325. OLE color: 919325.
HSL color Cylindrical-coordinate representation of color #1D070E: hue angle of 340.91º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D070E is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 7 | 14 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.89 |
| HSL | 340.91º | 0.61% | 0.07% | - |
| HSV(B) | 340.91º | 0.76% | 0.11% | - |
| XYZ | 0.66 | 0.44 | 0.47 | - |
| YUV | 14.38 | 127.79 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 7 | 14 | 0 | 0.76 | 0.52 | 0.89 | 340.91 | 0.61 | 0.07 |
| Hex | 1D | 7 | E | 0 | 4C | 34 | 59 | 155 | 3D | 7 |
| Octal | 35 | 7 | 16 | 0 | 114 | 64 | 131 | 525 | 75 | 7 |
| Binary | 11101 | 111 | 1110 | 0 | 1001100 | 110100 | 1011001 | 101010101 | 111101 | 111 |
Color Harmonies of #1D070E
Complementary color
Monochromatic Colors of #1D070E
Black with #1D070E
Text Example
Text Example
White with #1D070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D070E; }
p { color: rgb(29,7,14); }
H1.HeaderClassName
{
color: #1D070E;
}
.AnyTagClassName
{
color: #1D070E;
}
</style>
background-color css
<style>
a { background-color: #1D070E; }
a { background-color: rgb(29,7,14); }
div.DivClassName
{
background-color: #1D070E;
}
.BgClassName
{
background-color: #1D070E;
}
</style>
border-color css
<style>
span { border-color: #1D070E; }
span { border-color: rgb(29,7,14); }
td.TdClassName
{
border-color: #1D070E;
}
.TagClassName
{
border-color: #1D070E;
}
</style>