Shades of Rustic Red #1D080E
Tints of Rustic Red #1D080E
RGB
CMYK
RGB Variations
Color information
#1D080E (or 0x1D080E) is known color: Rustic Red. HEX triplet: 1D, 08 and 0E. RGB value is (29,8,14). Sum of RGB (Red+Green+Blue) = 29+8+14=51 (6% of max value = 765). Red value is 29 (11.72% from 255 or 56.86% from 51); Green value is 8 (3.52% from 255 or 15.69% from 51); Blue value is 14 (5.86% from 255 or 27.45% from 51); Max value from RGB is 29 - color contains mainly: red. Hex color #1D080E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D080E is #E2F7F1. Grayscale: #0E0E0E. Windows color (decimal): -14874610 or 919581. OLE color: 919581.
HSL color Cylindrical-coordinate representation of color #1D080E: hue angle of 342.86º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D080E is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 8 | 14 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.89 |
| HSL | 342.86º | 0.57% | 0.07% | - |
| HSV(B) | 342.86º | 0.72% | 0.11% | - |
| XYZ | 0.67 | 0.47 | 0.47 | - |
| YUV | 14.96 | 127.46 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 8 | 14 | 0 | 0.72 | 0.52 | 0.89 | 342.86 | 0.57 | 0.07 |
| Hex | 1D | 8 | E | 0 | 48 | 34 | 59 | 157 | 39 | 7 |
| Octal | 35 | 10 | 16 | 0 | 110 | 64 | 131 | 527 | 71 | 7 |
| Binary | 11101 | 1000 | 1110 | 0 | 1001000 | 110100 | 1011001 | 101010111 | 111001 | 111 |
Color Harmonies of #1D080E
Complementary color
Monochromatic Colors of #1D080E
Black with #1D080E
Text Example
Text Example
White with #1D080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D080E; }
p { color: rgb(29,8,14); }
H1.HeaderClassName
{
color: #1D080E;
}
.AnyTagClassName
{
color: #1D080E;
}
</style>
background-color css
<style>
a { background-color: #1D080E; }
a { background-color: rgb(29,8,14); }
div.DivClassName
{
background-color: #1D080E;
}
.BgClassName
{
background-color: #1D080E;
}
</style>
border-color css
<style>
span { border-color: #1D080E; }
span { border-color: rgb(29,8,14); }
td.TdClassName
{
border-color: #1D080E;
}
.TagClassName
{
border-color: #1D080E;
}
</style>