Shades of Rustic Red #1D030B
Tints of Rustic Red #1D030B
RGB
CMYK
RGB Variations
Color information
#1D030B (or 0x1D030B) is known color: Rustic Red. HEX triplet: 1D, 03 and 0B. RGB value is (29,3,11). Sum of RGB (Red+Green+Blue) = 29+3+11=43 (5% of max value = 765). Red value is 29 (11.72% from 255 or 67.44% from 43); Green value is 3 (1.56% from 255 or 6.98% from 43); Blue value is 11 (4.69% from 255 or 25.58% from 43); Max value from RGB is 29 - color contains mainly: red. Hex color #1D030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D030B is #E2FCF4. Grayscale: #0B0B0B. Windows color (decimal): -14875893 or 721693. OLE color: 721693.
HSL color Cylindrical-coordinate representation of color #1D030B: hue angle of 341.54º 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 #1D030B is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 3 | 11 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.89 |
| HSL | 341.54º | 0.81% | 0.06% | - |
| HSV(B) | 341.54º | 0.9% | 0.11% | - |
| XYZ | 0.6 | 0.35 | 0.35 | - |
| YUV | 11.69 | 127.61 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 3 | 11 | 0 | 0.90 | 0.62 | 0.89 | 341.54 | 0.81 | 0.06 |
| Hex | 1D | 3 | B | 0 | 5A | 3E | 59 | 156 | 51 | 6 |
| Octal | 35 | 3 | 13 | 0 | 132 | 76 | 131 | 526 | 121 | 6 |
| Binary | 11101 | 11 | 1011 | 0 | 1011010 | 111110 | 1011001 | 101010110 | 1010001 | 110 |
Color Harmonies of #1D030B
Complementary color
Monochromatic Colors of #1D030B
Black with #1D030B
Text Example
Text Example
White with #1D030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D030B; }
p { color: rgb(29,3,11); }
H1.HeaderClassName
{
color: #1D030B;
}
.AnyTagClassName
{
color: #1D030B;
}
</style>
background-color css
<style>
a { background-color: #1D030B; }
a { background-color: rgb(29,3,11); }
div.DivClassName
{
background-color: #1D030B;
}
.BgClassName
{
background-color: #1D030B;
}
</style>
border-color css
<style>
span { border-color: #1D030B; }
span { border-color: rgb(29,3,11); }
td.TdClassName
{
border-color: #1D030B;
}
.TagClassName
{
border-color: #1D030B;
}
</style>