Shades of Rustic Red #1D000A
Tints of Rustic Red #1D000A
RGB
CMYK
RGB Variations
Color information
#1D000A (or 0x1D000A) is known color: Rustic Red. HEX triplet: 1D, 00 and 0A. RGB value is (29,0,10). Sum of RGB (Red+Green+Blue) = 29+0+10=39 (5% of max value = 765). Red value is 29 (11.72% from 255 or 74.36% from 39); Green value is 0 (0.39% from 255 or 0% from 39); Blue value is 10 (4.30% from 255 or 25.64% from 39); Max value from RGB is 29 - color contains mainly: red. Hex color #1D000A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D000A is #E2FFF5. Grayscale: #090909. Windows color (decimal): -14876662 or 655389. OLE color: 655389.
HSL color Cylindrical-coordinate representation of color #1D000A: hue angle of 339.31º 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 #1D000A is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.66 | 0.89 |
| HSL | 339.31º | 1% | 0.06% | - |
| HSV(B) | 339.31º | 1% | 0.11% | - |
| XYZ | 0.56 | 0.28 | 0.31 | - |
| YUV | 9.81 | 128.11 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 0 | 10 | 0 | 1 | 0.66 | 0.89 | 339.31 | 1 | 0.06 |
| Hex | 1D | 0 | A | 0 | 64 | 42 | 59 | 153 | 64 | 6 |
| Octal | 35 | 0 | 12 | 0 | 144 | 102 | 131 | 523 | 144 | 6 |
| Binary | 11101 | 0 | 1010 | 0 | 1100100 | 1000010 | 1011001 | 101010011 | 1100100 | 110 |
Color Harmonies of #1D000A
Complementary color
Monochromatic Colors of #1D000A
Black with #1D000A
Text Example
Text Example
White with #1D000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D000A; }
p { color: rgb(29,0,10); }
H1.HeaderClassName
{
color: #1D000A;
}
.AnyTagClassName
{
color: #1D000A;
}
</style>
background-color css
<style>
a { background-color: #1D000A; }
a { background-color: rgb(29,0,10); }
div.DivClassName
{
background-color: #1D000A;
}
.BgClassName
{
background-color: #1D000A;
}
</style>
border-color css
<style>
span { border-color: #1D000A; }
span { border-color: rgb(29,0,10); }
td.TdClassName
{
border-color: #1D000A;
}
.TagClassName
{
border-color: #1D000A;
}
</style>