Shades of Rustic Red #1D010D
Tints of Rustic Red #1D010D
RGB
CMYK
RGB Variations
Color information
#1D010D (or 0x1D010D) is known color: Rustic Red. HEX triplet: 1D, 01 and 0D. RGB value is (29,1,13). Sum of RGB (Red+Green+Blue) = 29+1+13=43 (5% of max value = 765). Red value is 29 (11.72% from 255 or 67.44% from 43); Green value is 1 (0.78% from 255 or 2.33% from 43); Blue value is 13 (5.47% from 255 or 30.23% from 43); Max value from RGB is 29 - color contains mainly: red. Hex color #1D010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D010D is #E2FEF2. Grayscale: #0A0A0A. Windows color (decimal): -14876403 or 852253. OLE color: 852253.
HSL color Cylindrical-coordinate representation of color #1D010D: hue angle of 334.29º 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 #1D010D is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 1 | 13 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.89 |
| HSL | 334.29º | 0.93% | 0.06% | - |
| HSV(B) | 334.29º | 0.97% | 0.11% | - |
| XYZ | 0.59 | 0.31 | 0.41 | - |
| YUV | 10.74 | 129.28 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 1 | 13 | 0 | 0.97 | 0.55 | 0.89 | 334.29 | 0.93 | 0.06 |
| Hex | 1D | 1 | D | 0 | 61 | 37 | 59 | 14E | 5D | 6 |
| Octal | 35 | 1 | 15 | 0 | 141 | 67 | 131 | 516 | 135 | 6 |
| Binary | 11101 | 1 | 1101 | 0 | 1100001 | 110111 | 1011001 | 101001110 | 1011101 | 110 |
Color Harmonies of #1D010D
Complementary color
Monochromatic Colors of #1D010D
Black with #1D010D
Text Example
Text Example
White with #1D010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D010D; }
p { color: rgb(29,1,13); }
H1.HeaderClassName
{
color: #1D010D;
}
.AnyTagClassName
{
color: #1D010D;
}
</style>
background-color css
<style>
a { background-color: #1D010D; }
a { background-color: rgb(29,1,13); }
div.DivClassName
{
background-color: #1D010D;
}
.BgClassName
{
background-color: #1D010D;
}
</style>
border-color css
<style>
span { border-color: #1D010D; }
span { border-color: rgb(29,1,13); }
td.TdClassName
{
border-color: #1D010D;
}
.TagClassName
{
border-color: #1D010D;
}
</style>