Shades of Rustic Red #291C1D
Tints of Rustic Red #291C1D
RGB
CMYK
RGB Variations
Color information
#291C1D (or 0x291C1D) is known color: Rustic Red. HEX triplet: 29, 1C and 1D. RGB value is (41,28,29). Sum of RGB (Red+Green+Blue) = 41+28+29=98 (12% of max value = 765). Red value is 41 (16.41% from 255 or 41.84% from 98); Green value is 28 (11.33% from 255 or 28.57% from 98); Blue value is 29 (11.72% from 255 or 29.59% from 98); Max value from RGB is 41 - color contains mainly: red. Hex color #291C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291C1D is #D6E3E2. Grayscale: #202020. Windows color (decimal): -14083043 or 1907753. OLE color: 1907753.
HSL color Cylindrical-coordinate representation of color #291C1D: hue angle of 355.38º degrees, saturation: 0.19, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #291C1D is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 28 | 29 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.84 |
| HSL | 355.38º | 0.19% | 0.14% | - |
| HSV(B) | 355.38º | 0.32% | 0.16% | - |
| XYZ | 1.55 | 1.39 | 1.35 | - |
| YUV | 32 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 28 | 29 | 0 | 0.32 | 0.29 | 0.84 | 355.38 | 0.19 | 0.14 |
| Hex | 29 | 1C | 1D | 0 | 20 | 1D | 54 | 163 | 13 | E |
| Octal | 51 | 34 | 35 | 0 | 40 | 35 | 124 | 543 | 23 | 16 |
| Binary | 101001 | 11100 | 11101 | 0 | 100000 | 11101 | 1010100 | 101100011 | 10011 | 1110 |
Color Harmonies of #291C1D
Complementary color
Monochromatic Colors of #291C1D
Black with #291C1D
Text Example
Text Example
White with #291C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291C1D; }
p { color: rgb(41,28,29); }
H1.HeaderClassName
{
color: #291C1D;
}
.AnyTagClassName
{
color: #291C1D;
}
</style>
background-color css
<style>
a { background-color: #291C1D; }
a { background-color: rgb(41,28,29); }
div.DivClassName
{
background-color: #291C1D;
}
.BgClassName
{
background-color: #291C1D;
}
</style>
border-color css
<style>
span { border-color: #291C1D; }
span { border-color: rgb(41,28,29); }
td.TdClassName
{
border-color: #291C1D;
}
.TagClassName
{
border-color: #291C1D;
}
</style>