Shades of Rustic Red #1D000B
Tints of Rustic Red #1D000B
RGB
CMYK
RGB Variations
Color information
#1D000B (or 0x1D000B) is known color: Rustic Red. HEX triplet: 1D, 00 and 0B. RGB value is (29,0,11). Sum of RGB (Red+Green+Blue) = 29+0+11=40 (5% of max value = 765). Red value is 29 (11.72% from 255 or 72.5% from 40); Green value is 0 (0.39% from 255 or 0% from 40); Blue value is 11 (4.69% from 255 or 27.5% from 40); Max value from RGB is 29 - color contains mainly: red. Hex color #1D000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D000B is #E2FFF4. Grayscale: #090909. Windows color (decimal): -14876661 or 720925. OLE color: 720925.
HSL color Cylindrical-coordinate representation of color #1D000B: hue angle of 337.24º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D000B is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.62 | 0.89 |
| HSL | 337.24º | 1% | 0.06% | - |
| HSV(B) | 337.24º | 1% | 0.11% | - |
| XYZ | 0.57 | 0.29 | 0.34 | - |
| YUV | 9.93 | 128.61 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 0 | 11 | 0 | 1 | 0.62 | 0.89 | 337.24 | 1 | 0.06 |
| Hex | 1D | 0 | B | 0 | 64 | 3E | 59 | 151 | 64 | 6 |
| Octal | 35 | 0 | 13 | 0 | 144 | 76 | 131 | 521 | 144 | 6 |
| Binary | 11101 | 0 | 1011 | 0 | 1100100 | 111110 | 1011001 | 101010001 | 1100100 | 110 |
Color Harmonies of #1D000B
Complementary color
Monochromatic Colors of #1D000B
Black with #1D000B
Text Example
Text Example
White with #1D000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D000B; }
p { color: rgb(29,0,11); }
H1.HeaderClassName
{
color: #1D000B;
}
.AnyTagClassName
{
color: #1D000B;
}
</style>
background-color css
<style>
a { background-color: #1D000B; }
a { background-color: rgb(29,0,11); }
div.DivClassName
{
background-color: #1D000B;
}
.BgClassName
{
background-color: #1D000B;
}
</style>
border-color css
<style>
span { border-color: #1D000B; }
span { border-color: rgb(29,0,11); }
td.TdClassName
{
border-color: #1D000B;
}
.TagClassName
{
border-color: #1D000B;
}
</style>