Shades of Rustic Red #1D020D
Tints of Rustic Red #1D020D
RGB
CMYK
RGB Variations
Color information
#1D020D (or 0x1D020D) is known color: Rustic Red. HEX triplet: 1D, 02 and 0D. RGB value is (29,2,13). Sum of RGB (Red+Green+Blue) = 29+2+13=44 (5% of max value = 765). Red value is 29 (11.72% from 255 or 65.91% from 44); Green value is 2 (1.17% from 255 or 4.55% from 44); Blue value is 13 (5.47% from 255 or 29.55% from 44); Max value from RGB is 29 - color contains mainly: red. Hex color #1D020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D020D is #E2FDF2. Grayscale: #0B0B0B. Windows color (decimal): -14876147 or 852509. OLE color: 852509.
HSL color Cylindrical-coordinate representation of color #1D020D: hue angle of 335.56º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D020D is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.89.
Color convert
RGB | 29 | 2 | 13 | - |
CMYK | 0 | 0.93 | 0.55 | 0.89 |
HSL | 335.56º | 0.87% | 0.06% | - |
HSV(B) | 335.56º | 0.93% | 0.11% | - |
XYZ | 0.6 | 0.33 | 0.41 | - |
YUV | 11.33 | 128.95 | 140.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 29 | 2 | 13 | 0 | 0.93 | 0.55 | 0.89 | 335.56 | 0.87 | 0.06 |
Hex | 1D | 2 | D | 0 | 5D | 37 | 59 | 150 | 57 | 6 |
Octal | 35 | 2 | 15 | 0 | 135 | 67 | 131 | 520 | 127 | 6 |
Binary | 11101 | 10 | 1101 | 0 | 1011101 | 110111 | 1011001 | 101010000 | 1010111 | 110 |
Color Harmonies of #1D020D
Complementary color
Monochromatic Colors of #1D020D
Black with #1D020D
Text Example
Text Example
White with #1D020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D020D; }
p { color: rgb(29,2,13); }
H1.HeaderClassName
{
color: #1D020D;
}
.AnyTagClassName
{
color: #1D020D;
}
</style>
background-color css
<style>
a { background-color: #1D020D; }
a { background-color: rgb(29,2,13); }
div.DivClassName
{
background-color: #1D020D;
}
.BgClassName
{
background-color: #1D020D;
}
</style>
border-color css
<style>
span { border-color: #1D020D; }
span { border-color: rgb(29,2,13); }
td.TdClassName
{
border-color: #1D020D;
}
.TagClassName
{
border-color: #1D020D;
}
</style>