Shades of Rustic Red #1D010B
Tints of Rustic Red #1D010B
RGB
CMYK
RGB Variations
Color information
#1D010B (or 0x1D010B) is known color: Rustic Red. HEX triplet: 1D, 01 and 0B. RGB value is (29,1,11). Sum of RGB (Red+Green+Blue) = 29+1+11=41 (5% of max value = 765). Red value is 29 (11.72% from 255 or 70.73% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 11 (4.69% from 255 or 26.83% from 41); Max value from RGB is 29 - color contains mainly: red. Hex color #1D010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D010B is #E2FEF4. Grayscale: #0A0A0A. Windows color (decimal): -14876405 or 721181. OLE color: 721181.
HSL color Cylindrical-coordinate representation of color #1D010B: hue angle of 338.57º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D010B is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 1 | 11 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.89 |
| HSL | 338.57º | 0.93% | 0.06% | - |
| HSV(B) | 338.57º | 0.97% | 0.11% | - |
| XYZ | 0.58 | 0.31 | 0.35 | - |
| YUV | 10.51 | 128.28 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 1 | 11 | 0 | 0.97 | 0.62 | 0.89 | 338.57 | 0.93 | 0.06 |
| Hex | 1D | 1 | B | 0 | 61 | 3E | 59 | 153 | 5D | 6 |
| Octal | 35 | 1 | 13 | 0 | 141 | 76 | 131 | 523 | 135 | 6 |
| Binary | 11101 | 1 | 1011 | 0 | 1100001 | 111110 | 1011001 | 101010011 | 1011101 | 110 |
Color Harmonies of #1D010B
Complementary color
Monochromatic Colors of #1D010B
Black with #1D010B
Text Example
Text Example
White with #1D010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D010B; }
p { color: rgb(29,1,11); }
H1.HeaderClassName
{
color: #1D010B;
}
.AnyTagClassName
{
color: #1D010B;
}
</style>
background-color css
<style>
a { background-color: #1D010B; }
a { background-color: rgb(29,1,11); }
div.DivClassName
{
background-color: #1D010B;
}
.BgClassName
{
background-color: #1D010B;
}
</style>
border-color css
<style>
span { border-color: #1D010B; }
span { border-color: rgb(29,1,11); }
td.TdClassName
{
border-color: #1D010B;
}
.TagClassName
{
border-color: #1D010B;
}
</style>