Shades of Rustic Red #1D0308
Tints of Rustic Red #1D0308
RGB
CMYK
RGB Variations
Color information
#1D0308 (or 0x1D0308) is known color: Rustic Red. HEX triplet: 1D, 03 and 08. RGB value is (29,3,8). Sum of RGB (Red+Green+Blue) = 29+3+8=40 (5% of max value = 765). Red value is 29 (11.72% from 255 or 72.5% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 8 (3.52% from 255 or 20% from 40); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0308 is #E2FCF7. Grayscale: #0B0B0B. Windows color (decimal): -14875896 or 525085. OLE color: 525085.
HSL color Cylindrical-coordinate representation of color #1D0308: hue angle of 348.46º 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 #1D0308 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 3 | 8 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.89 |
| HSL | 348.46º | 0.81% | 0.06% | - |
| HSV(B) | 348.46º | 0.9% | 0.11% | - |
| XYZ | 0.58 | 0.34 | 0.27 | - |
| YUV | 11.34 | 126.11 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 3 | 8 | 0 | 0.90 | 0.72 | 0.89 | 348.46 | 0.81 | 0.06 |
| Hex | 1D | 3 | 8 | 0 | 5A | 48 | 59 | 15C | 51 | 6 |
| Octal | 35 | 3 | 10 | 0 | 132 | 110 | 131 | 534 | 121 | 6 |
| Binary | 11101 | 11 | 1000 | 0 | 1011010 | 1001000 | 1011001 | 101011100 | 1010001 | 110 |
Color Harmonies of #1D0308
Complementary color
Monochromatic Colors of #1D0308
Black with #1D0308
Text Example
Text Example
White with #1D0308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0308; }
p { color: rgb(29,3,8); }
H1.HeaderClassName
{
color: #1D0308;
}
.AnyTagClassName
{
color: #1D0308;
}
</style>
background-color css
<style>
a { background-color: #1D0308; }
a { background-color: rgb(29,3,8); }
div.DivClassName
{
background-color: #1D0308;
}
.BgClassName
{
background-color: #1D0308;
}
</style>
border-color css
<style>
span { border-color: #1D0308; }
span { border-color: rgb(29,3,8); }
td.TdClassName
{
border-color: #1D0308;
}
.TagClassName
{
border-color: #1D0308;
}
</style>