Shades of Rustic Red #1D0607
Tints of Rustic Red #1D0607
RGB
CMYK
RGB Variations
Color information
#1D0607 (or 0x1D0607) is known color: Rustic Red. HEX triplet: 1D, 06 and 07. RGB value is (29,6,7). Sum of RGB (Red+Green+Blue) = 29+6+7=42 (5% of max value = 765). Red value is 29 (11.72% from 255 or 69.05% from 42); Green value is 6 (2.73% from 255 or 14.29% from 42); Blue value is 7 (3.12% from 255 or 16.67% from 42); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0607 is #E2F9F8. Grayscale: #0D0D0D. Windows color (decimal): -14875129 or 460317. OLE color: 460317.
HSL color Cylindrical-coordinate representation of color #1D0607: hue angle of 357.39º 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 #1D0607 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 6 | 7 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.89 |
| HSL | 357.39º | 0.66% | 0.07% | - |
| HSV(B) | 357.39º | 0.79% | 0.11% | - |
| XYZ | 0.61 | 0.41 | 0.25 | - |
| YUV | 12.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 6 | 7 | 0 | 0.79 | 0.76 | 0.89 | 357.39 | 0.66 | 0.07 |
| Hex | 1D | 6 | 7 | 0 | 4F | 4C | 59 | 165 | 42 | 7 |
| Octal | 35 | 6 | 7 | 0 | 117 | 114 | 131 | 545 | 102 | 7 |
| Binary | 11101 | 110 | 111 | 0 | 1001111 | 1001100 | 1011001 | 101100101 | 1000010 | 111 |
Color Harmonies of #1D0607
Complementary color
Monochromatic Colors of #1D0607
Black with #1D0607
Text Example
Text Example
White with #1D0607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0607; }
p { color: rgb(29,6,7); }
H1.HeaderClassName
{
color: #1D0607;
}
.AnyTagClassName
{
color: #1D0607;
}
</style>
background-color css
<style>
a { background-color: #1D0607; }
a { background-color: rgb(29,6,7); }
div.DivClassName
{
background-color: #1D0607;
}
.BgClassName
{
background-color: #1D0607;
}
</style>
border-color css
<style>
span { border-color: #1D0607; }
span { border-color: rgb(29,6,7); }
td.TdClassName
{
border-color: #1D0607;
}
.TagClassName
{
border-color: #1D0607;
}
</style>