Shades of Rustic Red #1D0003
Tints of Rustic Red #1D0003
RGB
CMYK
RGB Variations
Color information
#1D0003 (or 0x1D0003) is known color: Rustic Red. HEX triplet: 1D, 00 and 03. RGB value is (29,0,3). Sum of RGB (Red+Green+Blue) = 29+0+3=32 (4% of max value = 765). Red value is 29 (11.72% from 255 or 90.62% from 32); Green value is 0 (0.39% from 255 or 0% from 32); Blue value is 3 (1.56% from 255 or 9.38% from 32); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0003 is #E2FFFC. Grayscale: #090909. Windows color (decimal): -14876669 or 196637. OLE color: 196637.
HSL color Cylindrical-coordinate representation of color #1D0003: hue angle of 353.79º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D0003 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.90 | 0.89 |
| HSL | 353.79º | 1% | 0.06% | - |
| HSV(B) | 353.79º | 1% | 0.11% | - |
| XYZ | 0.52 | 0.27 | 0.11 | - |
| YUV | 9.01 | 124.61 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 0 | 3 | 0 | 1 | 0.90 | 0.89 | 353.79 | 1 | 0.06 |
| Hex | 1D | 0 | 3 | 0 | 64 | 5A | 59 | 162 | 64 | 6 |
| Octal | 35 | 0 | 3 | 0 | 144 | 132 | 131 | 542 | 144 | 6 |
| Binary | 11101 | 0 | 11 | 0 | 1100100 | 1011010 | 1011001 | 101100010 | 1100100 | 110 |
Color Harmonies of #1D0003
Complementary color
Monochromatic Colors of #1D0003
Black with #1D0003
Text Example
Text Example
White with #1D0003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0003; }
p { color: rgb(29,0,3); }
H1.HeaderClassName
{
color: #1D0003;
}
.AnyTagClassName
{
color: #1D0003;
}
</style>
background-color css
<style>
a { background-color: #1D0003; }
a { background-color: rgb(29,0,3); }
div.DivClassName
{
background-color: #1D0003;
}
.BgClassName
{
background-color: #1D0003;
}
</style>
border-color css
<style>
span { border-color: #1D0003; }
span { border-color: rgb(29,0,3); }
td.TdClassName
{
border-color: #1D0003;
}
.TagClassName
{
border-color: #1D0003;
}
</style>