Shades of Rustic Red #1D030C
Tints of Rustic Red #1D030C
RGB
CMYK
RGB Variations
Color information
#1D030C (or 0x1D030C) is known color: Rustic Red. HEX triplet: 1D, 03 and 0C. RGB value is (29,3,12). Sum of RGB (Red+Green+Blue) = 29+3+12=44 (5% of max value = 765). Red value is 29 (11.72% from 255 or 65.91% from 44); Green value is 3 (1.56% from 255 or 6.82% from 44); Blue value is 12 (5.08% from 255 or 27.27% from 44); Max value from RGB is 29 - color contains mainly: red. Hex color #1D030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D030C is #E2FCF3. Grayscale: #0B0B0B. Windows color (decimal): -14875892 or 787229. OLE color: 787229.
HSL color Cylindrical-coordinate representation of color #1D030C: hue angle of 339.23º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D030C is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 3 | 12 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.89 |
| HSL | 339.23º | 0.81% | 0.06% | - |
| HSV(B) | 339.23º | 0.9% | 0.11% | - |
| XYZ | 0.61 | 0.35 | 0.38 | - |
| YUV | 11.8 | 128.11 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 3 | 12 | 0 | 0.90 | 0.59 | 0.89 | 339.23 | 0.81 | 0.06 |
| Hex | 1D | 3 | C | 0 | 5A | 3B | 59 | 153 | 51 | 6 |
| Octal | 35 | 3 | 14 | 0 | 132 | 73 | 131 | 523 | 121 | 6 |
| Binary | 11101 | 11 | 1100 | 0 | 1011010 | 111011 | 1011001 | 101010011 | 1010001 | 110 |
Color Harmonies of #1D030C
Complementary color
Monochromatic Colors of #1D030C
Black with #1D030C
Text Example
Text Example
White with #1D030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D030C; }
p { color: rgb(29,3,12); }
H1.HeaderClassName
{
color: #1D030C;
}
.AnyTagClassName
{
color: #1D030C;
}
</style>
background-color css
<style>
a { background-color: #1D030C; }
a { background-color: rgb(29,3,12); }
div.DivClassName
{
background-color: #1D030C;
}
.BgClassName
{
background-color: #1D030C;
}
</style>
border-color css
<style>
span { border-color: #1D030C; }
span { border-color: rgb(29,3,12); }
td.TdClassName
{
border-color: #1D030C;
}
.TagClassName
{
border-color: #1D030C;
}
</style>