Shades of Rustic Red #1D0811
Tints of Rustic Red #1D0811
RGB
CMYK
RGB Variations
Color information
#1D0811 (or 0x1D0811) is known color: Rustic Red. HEX triplet: 1D, 08 and 11. RGB value is (29,8,17). Sum of RGB (Red+Green+Blue) = 29+8+17=54 (7% of max value = 765). Red value is 29 (11.72% from 255 or 53.70% from 54); Green value is 8 (3.52% from 255 or 14.81% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0811 is #E2F7EE. Grayscale: #0F0F0F. Windows color (decimal): -14874607 or 1116189. OLE color: 1116189.
HSL color Cylindrical-coordinate representation of color #1D0811: hue angle of 334.29º 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 #1D0811 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 8 | 17 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.89 |
| HSL | 334.29º | 0.57% | 0.07% | - |
| HSV(B) | 334.29º | 0.72% | 0.11% | - |
| XYZ | 0.69 | 0.48 | 0.59 | - |
| YUV | 15.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 8 | 17 | 0 | 0.72 | 0.41 | 0.89 | 334.29 | 0.57 | 0.07 |
| Hex | 1D | 8 | 11 | 0 | 48 | 29 | 59 | 14E | 39 | 7 |
| Octal | 35 | 10 | 21 | 0 | 110 | 51 | 131 | 516 | 71 | 7 |
| Binary | 11101 | 1000 | 10001 | 0 | 1001000 | 101001 | 1011001 | 101001110 | 111001 | 111 |
Color Harmonies of #1D0811
Complementary color
Monochromatic Colors of #1D0811
Black with #1D0811
Text Example
Text Example
White with #1D0811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0811; }
p { color: rgb(29,8,17); }
H1.HeaderClassName
{
color: #1D0811;
}
.AnyTagClassName
{
color: #1D0811;
}
</style>
background-color css
<style>
a { background-color: #1D0811; }
a { background-color: rgb(29,8,17); }
div.DivClassName
{
background-color: #1D0811;
}
.BgClassName
{
background-color: #1D0811;
}
</style>
border-color css
<style>
span { border-color: #1D0811; }
span { border-color: rgb(29,8,17); }
td.TdClassName
{
border-color: #1D0811;
}
.TagClassName
{
border-color: #1D0811;
}
</style>