Shades of Rustic Red #1D080C
Tints of Rustic Red #1D080C
RGB
CMYK
RGB Variations
Color information
#1D080C (or 0x1D080C) is known color: Rustic Red. HEX triplet: 1D, 08 and 0C. RGB value is (29,8,12). Sum of RGB (Red+Green+Blue) = 29+8+12=49 (6% of max value = 765). Red value is 29 (11.72% from 255 or 59.18% from 49); Green value is 8 (3.52% from 255 or 16.33% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 29 - color contains mainly: red. Hex color #1D080C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D080C is #E2F7F3. Grayscale: #0E0E0E. Windows color (decimal): -14874612 or 788509. OLE color: 788509.
HSL color Cylindrical-coordinate representation of color #1D080C: hue angle of 348.57º 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 #1D080C is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 8 | 12 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.89 |
| HSL | 348.57º | 0.57% | 0.07% | - |
| HSV(B) | 348.57º | 0.72% | 0.11% | - |
| XYZ | 0.66 | 0.46 | 0.4 | - |
| YUV | 14.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 8 | 12 | 0 | 0.72 | 0.59 | 0.89 | 348.57 | 0.57 | 0.07 |
| Hex | 1D | 8 | C | 0 | 48 | 3B | 59 | 15D | 39 | 7 |
| Octal | 35 | 10 | 14 | 0 | 110 | 73 | 131 | 535 | 71 | 7 |
| Binary | 11101 | 1000 | 1100 | 0 | 1001000 | 111011 | 1011001 | 101011101 | 111001 | 111 |
Color Harmonies of #1D080C
Complementary color
Monochromatic Colors of #1D080C
Black with #1D080C
Text Example
Text Example
White with #1D080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D080C; }
p { color: rgb(29,8,12); }
H1.HeaderClassName
{
color: #1D080C;
}
.AnyTagClassName
{
color: #1D080C;
}
</style>
background-color css
<style>
a { background-color: #1D080C; }
a { background-color: rgb(29,8,12); }
div.DivClassName
{
background-color: #1D080C;
}
.BgClassName
{
background-color: #1D080C;
}
</style>
border-color css
<style>
span { border-color: #1D080C; }
span { border-color: rgb(29,8,12); }
td.TdClassName
{
border-color: #1D080C;
}
.TagClassName
{
border-color: #1D080C;
}
</style>