Shades of Rustic Red #1D010A
Tints of Rustic Red #1D010A
RGB
CMYK
RGB Variations
Color information
#1D010A (or 0x1D010A) is known color: Rustic Red. HEX triplet: 1D, 01 and 0A. RGB value is (29,1,10). Sum of RGB (Red+Green+Blue) = 29+1+10=40 (5% of max value = 765). Red value is 29 (11.72% from 255 or 72.5% from 40); Green value is 1 (0.78% from 255 or 2.5% from 40); Blue value is 10 (4.30% from 255 or 25% from 40); Max value from RGB is 29 - color contains mainly: red. Hex color #1D010A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D010A is #E2FEF5. Grayscale: #0A0A0A. Windows color (decimal): -14876406 or 655645. OLE color: 655645.
HSL color Cylindrical-coordinate representation of color #1D010A: hue angle of 340.71º 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 #1D010A is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 1 | 10 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.89 |
| HSL | 340.71º | 0.93% | 0.06% | - |
| HSV(B) | 340.71º | 0.97% | 0.11% | - |
| XYZ | 0.57 | 0.3 | 0.32 | - |
| YUV | 10.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 1 | 10 | 0 | 0.97 | 0.66 | 0.89 | 340.71 | 0.93 | 0.06 |
| Hex | 1D | 1 | A | 0 | 61 | 42 | 59 | 155 | 5D | 6 |
| Octal | 35 | 1 | 12 | 0 | 141 | 102 | 131 | 525 | 135 | 6 |
| Binary | 11101 | 1 | 1010 | 0 | 1100001 | 1000010 | 1011001 | 101010101 | 1011101 | 110 |
Color Harmonies of #1D010A
Complementary color
Monochromatic Colors of #1D010A
Black with #1D010A
Text Example
Text Example
White with #1D010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D010A; }
p { color: rgb(29,1,10); }
H1.HeaderClassName
{
color: #1D010A;
}
.AnyTagClassName
{
color: #1D010A;
}
</style>
background-color css
<style>
a { background-color: #1D010A; }
a { background-color: rgb(29,1,10); }
div.DivClassName
{
background-color: #1D010A;
}
.BgClassName
{
background-color: #1D010A;
}
</style>
border-color css
<style>
span { border-color: #1D010A; }
span { border-color: rgb(29,1,10); }
td.TdClassName
{
border-color: #1D010A;
}
.TagClassName
{
border-color: #1D010A;
}
</style>