Shades of Rustic Red #1D0610
Tints of Rustic Red #1D0610
RGB
CMYK
RGB Variations
Color information
#1D0610 (or 0x1D0610) is known color: Rustic Red. HEX triplet: 1D, 06 and 10. RGB value is (29,6,16). Sum of RGB (Red+Green+Blue) = 29+6+16=51 (6% of max value = 765). Red value is 29 (11.72% from 255 or 56.86% from 51); Green value is 6 (2.73% from 255 or 11.76% from 51); Blue value is 16 (6.64% from 255 or 31.37% from 51); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0610 is #E2F9EF. Grayscale: #0D0D0D. Windows color (decimal): -14875120 or 1050141. OLE color: 1050141.
HSL color Cylindrical-coordinate representation of color #1D0610: hue angle of 333.91º 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 #1D0610 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 6 | 16 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.89 |
| HSL | 333.91º | 0.66% | 0.07% | - |
| HSV(B) | 333.91º | 0.79% | 0.11% | - |
| XYZ | 0.67 | 0.43 | 0.54 | - |
| YUV | 14.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 6 | 16 | 0 | 0.79 | 0.45 | 0.89 | 333.91 | 0.66 | 0.07 |
| Hex | 1D | 6 | 10 | 0 | 4F | 2D | 59 | 14E | 42 | 7 |
| Octal | 35 | 6 | 20 | 0 | 117 | 55 | 131 | 516 | 102 | 7 |
| Binary | 11101 | 110 | 10000 | 0 | 1001111 | 101101 | 1011001 | 101001110 | 1000010 | 111 |
Color Harmonies of #1D0610
Complementary color
Monochromatic Colors of #1D0610
Black with #1D0610
Text Example
Text Example
White with #1D0610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0610; }
p { color: rgb(29,6,16); }
H1.HeaderClassName
{
color: #1D0610;
}
.AnyTagClassName
{
color: #1D0610;
}
</style>
background-color css
<style>
a { background-color: #1D0610; }
a { background-color: rgb(29,6,16); }
div.DivClassName
{
background-color: #1D0610;
}
.BgClassName
{
background-color: #1D0610;
}
</style>
border-color css
<style>
span { border-color: #1D0610; }
span { border-color: rgb(29,6,16); }
td.TdClassName
{
border-color: #1D0610;
}
.TagClassName
{
border-color: #1D0610;
}
</style>