Shades of Rustic Red #1D060E
Tints of Rustic Red #1D060E
RGB
CMYK
RGB Variations
Color information
#1D060E (or 0x1D060E) is known color: Rustic Red. HEX triplet: 1D, 06 and 0E. RGB value is (29,6,14). Sum of RGB (Red+Green+Blue) = 29+6+14=49 (6% of max value = 765). Red value is 29 (11.72% from 255 or 59.18% from 49); Green value is 6 (2.73% from 255 or 12.24% from 49); Blue value is 14 (5.86% from 255 or 28.57% from 49); Max value from RGB is 29 - color contains mainly: red. Hex color #1D060E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D060E is #E2F9F1. Grayscale: #0D0D0D. Windows color (decimal): -14875122 or 919069. OLE color: 919069.
HSL color Cylindrical-coordinate representation of color #1D060E: hue angle of 339.13º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D060E is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 6 | 14 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.89 |
| HSL | 339.13º | 0.66% | 0.07% | - |
| HSV(B) | 339.13º | 0.79% | 0.11% | - |
| XYZ | 0.65 | 0.42 | 0.46 | - |
| YUV | 13.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 6 | 14 | 0 | 0.79 | 0.52 | 0.89 | 339.13 | 0.66 | 0.07 |
| Hex | 1D | 6 | E | 0 | 4F | 34 | 59 | 153 | 42 | 7 |
| Octal | 35 | 6 | 16 | 0 | 117 | 64 | 131 | 523 | 102 | 7 |
| Binary | 11101 | 110 | 1110 | 0 | 1001111 | 110100 | 1011001 | 101010011 | 1000010 | 111 |
Color Harmonies of #1D060E
Complementary color
Monochromatic Colors of #1D060E
Black with #1D060E
Text Example
Text Example
White with #1D060E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D060E; }
p { color: rgb(29,6,14); }
H1.HeaderClassName
{
color: #1D060E;
}
.AnyTagClassName
{
color: #1D060E;
}
</style>
background-color css
<style>
a { background-color: #1D060E; }
a { background-color: rgb(29,6,14); }
div.DivClassName
{
background-color: #1D060E;
}
.BgClassName
{
background-color: #1D060E;
}
</style>
border-color css
<style>
span { border-color: #1D060E; }
span { border-color: rgb(29,6,14); }
td.TdClassName
{
border-color: #1D060E;
}
.TagClassName
{
border-color: #1D060E;
}
</style>