Shades of Rustic Red #1D0611
Tints of Rustic Red #1D0611
RGB
CMYK
RGB Variations
Color information
#1D0611 (or 0x1D0611) is known color: Rustic Red. HEX triplet: 1D, 06 and 11. RGB value is (29,6,17). Sum of RGB (Red+Green+Blue) = 29+6+17=52 (6% of max value = 765). Red value is 29 (11.72% from 255 or 55.77% from 52); Green value is 6 (2.73% from 255 or 11.54% from 52); Blue value is 17 (7.03% from 255 or 32.69% from 52); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0611 is #E2F9EE. Grayscale: #0E0E0E. Windows color (decimal): -14875119 or 1115677. OLE color: 1115677.
HSL color Cylindrical-coordinate representation of color #1D0611: hue angle of 331.3º 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 #1D0611 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 6 | 17 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.89 |
| HSL | 331.3º | 0.66% | 0.07% | - |
| HSV(B) | 331.3º | 0.79% | 0.11% | - |
| XYZ | 0.67 | 0.43 | 0.58 | - |
| YUV | 14.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 6 | 17 | 0 | 0.79 | 0.41 | 0.89 | 331.3 | 0.66 | 0.07 |
| Hex | 1D | 6 | 11 | 0 | 4F | 29 | 59 | 14B | 42 | 7 |
| Octal | 35 | 6 | 21 | 0 | 117 | 51 | 131 | 513 | 102 | 7 |
| Binary | 11101 | 110 | 10001 | 0 | 1001111 | 101001 | 1011001 | 101001011 | 1000010 | 111 |
Color Harmonies of #1D0611
Complementary color
Monochromatic Colors of #1D0611
Black with #1D0611
Text Example
Text Example
White with #1D0611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0611; }
p { color: rgb(29,6,17); }
H1.HeaderClassName
{
color: #1D0611;
}
.AnyTagClassName
{
color: #1D0611;
}
</style>
background-color css
<style>
a { background-color: #1D0611; }
a { background-color: rgb(29,6,17); }
div.DivClassName
{
background-color: #1D0611;
}
.BgClassName
{
background-color: #1D0611;
}
</style>
border-color css
<style>
span { border-color: #1D0611; }
span { border-color: rgb(29,6,17); }
td.TdClassName
{
border-color: #1D0611;
}
.TagClassName
{
border-color: #1D0611;
}
</style>