Shades of Rustic Red #1D030F
Tints of Rustic Red #1D030F
RGB
CMYK
RGB Variations
Color information
#1D030F (or 0x1D030F) is known color: Rustic Red. HEX triplet: 1D, 03 and 0F. RGB value is (29,3,15). Sum of RGB (Red+Green+Blue) = 29+3+15=47 (6% of max value = 765). Red value is 29 (11.72% from 255 or 61.70% from 47); Green value is 3 (1.56% from 255 or 6.38% from 47); Blue value is 15 (6.25% from 255 or 31.91% from 47); Max value from RGB is 29 - color contains mainly: red. Hex color #1D030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D030F is #E2FCF0. Grayscale: #0C0C0C. Windows color (decimal): -14875889 or 983837. OLE color: 983837.
HSL color Cylindrical-coordinate representation of color #1D030F: hue angle of 332.31º 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 #1D030F is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 3 | 15 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.89 |
| HSL | 332.31º | 0.81% | 0.06% | - |
| HSV(B) | 332.31º | 0.9% | 0.11% | - |
| XYZ | 0.63 | 0.36 | 0.49 | - |
| YUV | 12.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 3 | 15 | 0 | 0.90 | 0.48 | 0.89 | 332.31 | 0.81 | 0.06 |
| Hex | 1D | 3 | F | 0 | 5A | 30 | 59 | 14C | 51 | 6 |
| Octal | 35 | 3 | 17 | 0 | 132 | 60 | 131 | 514 | 121 | 6 |
| Binary | 11101 | 11 | 1111 | 0 | 1011010 | 110000 | 1011001 | 101001100 | 1010001 | 110 |
Color Harmonies of #1D030F
Complementary color
Monochromatic Colors of #1D030F
Black with #1D030F
Text Example
Text Example
White with #1D030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D030F; }
p { color: rgb(29,3,15); }
H1.HeaderClassName
{
color: #1D030F;
}
.AnyTagClassName
{
color: #1D030F;
}
</style>
background-color css
<style>
a { background-color: #1D030F; }
a { background-color: rgb(29,3,15); }
div.DivClassName
{
background-color: #1D030F;
}
.BgClassName
{
background-color: #1D030F;
}
</style>
border-color css
<style>
span { border-color: #1D030F; }
span { border-color: rgb(29,3,15); }
td.TdClassName
{
border-color: #1D030F;
}
.TagClassName
{
border-color: #1D030F;
}
</style>