Shades of Rustic Red #1D0C0D
Tints of Rustic Red #1D0C0D
RGB
CMYK
RGB Variations
Color information
#1D0C0D (or 0x1D0C0D) is known color: Rustic Red. HEX triplet: 1D, 0C and 0D. RGB value is (29,12,13). Sum of RGB (Red+Green+Blue) = 29+12+13=54 (7% of max value = 765). Red value is 29 (11.72% from 255 or 53.70% from 54); Green value is 12 (5.08% from 255 or 22.22% from 54); Blue value is 13 (5.47% from 255 or 24.07% from 54); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0C0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0C0D is #E2F3F2. Grayscale: #111111. Windows color (decimal): -14873587 or 855069. OLE color: 855069.
HSL color Cylindrical-coordinate representation of color #1D0C0D: hue angle of 356.47º degrees, saturation: 0.41, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D0C0D is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.89.
Color convert
RGB | 29 | 12 | 13 | - |
CMYK | 0 | 0.59 | 0.55 | 0.89 |
HSL | 356.47º | 0.41% | 0.08% | - |
HSV(B) | 356.47º | 0.59% | 0.11% | - |
XYZ | 0.71 | 0.55 | 0.45 | - |
YUV | 17.2 | 125.63 | 136.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 29 | 12 | 13 | 0 | 0.59 | 0.55 | 0.89 | 356.47 | 0.41 | 0.08 |
Hex | 1D | C | D | 0 | 3B | 37 | 59 | 164 | 29 | 8 |
Octal | 35 | 14 | 15 | 0 | 73 | 67 | 131 | 544 | 51 | 10 |
Binary | 11101 | 1100 | 1101 | 0 | 111011 | 110111 | 1011001 | 101100100 | 101001 | 1000 |
Color Harmonies of #1D0C0D
Complementary color
Monochromatic Colors of #1D0C0D
Black with #1D0C0D
Text Example
Text Example
White with #1D0C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0C0D; }
p { color: rgb(29,12,13); }
H1.HeaderClassName
{
color: #1D0C0D;
}
.AnyTagClassName
{
color: #1D0C0D;
}
</style>
background-color css
<style>
a { background-color: #1D0C0D; }
a { background-color: rgb(29,12,13); }
div.DivClassName
{
background-color: #1D0C0D;
}
.BgClassName
{
background-color: #1D0C0D;
}
</style>
border-color css
<style>
span { border-color: #1D0C0D; }
span { border-color: rgb(29,12,13); }
td.TdClassName
{
border-color: #1D0C0D;
}
.TagClassName
{
border-color: #1D0C0D;
}
</style>