Shades of Rustic Red #1D070B
Tints of Rustic Red #1D070B
RGB
CMYK
RGB Variations
Color information
#1D070B (or 0x1D070B) is known color: Rustic Red. HEX triplet: 1D, 07 and 0B. RGB value is (29,7,11). Sum of RGB (Red+Green+Blue) = 29+7+11=47 (6% of max value = 765). Red value is 29 (11.72% from 255 or 61.70% from 47); Green value is 7 (3.12% from 255 or 14.89% from 47); Blue value is 11 (4.69% from 255 or 23.40% from 47); Max value from RGB is 29 - color contains mainly: red. Hex color #1D070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D070B is #E2F8F4. Grayscale: #0E0E0E. Windows color (decimal): -14874869 or 722717. OLE color: 722717.
HSL color Cylindrical-coordinate representation of color #1D070B: hue angle of 349.09º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D070B is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 7 | 11 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.89 |
| HSL | 349.09º | 0.61% | 0.07% | - |
| HSV(B) | 349.09º | 0.76% | 0.11% | - |
| XYZ | 0.64 | 0.44 | 0.37 | - |
| YUV | 14.03 | 126.29 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 7 | 11 | 0 | 0.76 | 0.62 | 0.89 | 349.09 | 0.61 | 0.07 |
| Hex | 1D | 7 | B | 0 | 4C | 3E | 59 | 15D | 3D | 7 |
| Octal | 35 | 7 | 13 | 0 | 114 | 76 | 131 | 535 | 75 | 7 |
| Binary | 11101 | 111 | 1011 | 0 | 1001100 | 111110 | 1011001 | 101011101 | 111101 | 111 |
Color Harmonies of #1D070B
Complementary color
Monochromatic Colors of #1D070B
Black with #1D070B
Text Example
Text Example
White with #1D070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D070B; }
p { color: rgb(29,7,11); }
H1.HeaderClassName
{
color: #1D070B;
}
.AnyTagClassName
{
color: #1D070B;
}
</style>
background-color css
<style>
a { background-color: #1D070B; }
a { background-color: rgb(29,7,11); }
div.DivClassName
{
background-color: #1D070B;
}
.BgClassName
{
background-color: #1D070B;
}
</style>
border-color css
<style>
span { border-color: #1D070B; }
span { border-color: rgb(29,7,11); }
td.TdClassName
{
border-color: #1D070B;
}
.TagClassName
{
border-color: #1D070B;
}
</style>