Shades of Rustic Red #291A1B
Tints of Rustic Red #291A1B
RGB
CMYK
RGB Variations
Color information
#291A1B (or 0x291A1B) is known color: Rustic Red. HEX triplet: 29, 1A and 1B. RGB value is (41,26,27). Sum of RGB (Red+Green+Blue) = 41+26+27=94 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.62% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 41 - color contains mainly: red. Hex color #291A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291A1B is #D6E5E4. Grayscale: #1E1E1E. Windows color (decimal): -14083557 or 1776169. OLE color: 1776169.
HSL color Cylindrical-coordinate representation of color #291A1B: hue angle of 356º degrees, saturation: 0.22, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #291A1B is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 26 | 27 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.84 |
| HSL | 356º | 0.22% | 0.13% | - |
| HSV(B) | 356º | 0.37% | 0.16% | - |
| XYZ | 1.48 | 1.29 | 1.21 | - |
| YUV | 30.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 26 | 27 | 0 | 0.37 | 0.34 | 0.84 | 356 | 0.22 | 0.13 |
| Hex | 29 | 1A | 1B | 0 | 25 | 22 | 54 | 164 | 16 | D |
| Octal | 51 | 32 | 33 | 0 | 45 | 42 | 124 | 544 | 26 | 15 |
| Binary | 101001 | 11010 | 11011 | 0 | 100101 | 100010 | 1010100 | 101100100 | 10110 | 1101 |
Color Harmonies of #291A1B
Complementary color
Monochromatic Colors of #291A1B
Black with #291A1B
Text Example
Text Example
White with #291A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291A1B; }
p { color: rgb(41,26,27); }
H1.HeaderClassName
{
color: #291A1B;
}
.AnyTagClassName
{
color: #291A1B;
}
</style>
background-color css
<style>
a { background-color: #291A1B; }
a { background-color: rgb(41,26,27); }
div.DivClassName
{
background-color: #291A1B;
}
.BgClassName
{
background-color: #291A1B;
}
</style>
border-color css
<style>
span { border-color: #291A1B; }
span { border-color: rgb(41,26,27); }
td.TdClassName
{
border-color: #291A1B;
}
.TagClassName
{
border-color: #291A1B;
}
</style>