Shades of Rustic Red #290D10
Tints of Rustic Red #290D10
RGB
CMYK
RGB Variations
Color information
#290D10 (or 0x290D10) is known color: Rustic Red. HEX triplet: 29, 0D and 10. RGB value is (41,13,16). Sum of RGB (Red+Green+Blue) = 41+13+16=70 (9% of max value = 765). Red value is 41 (16.41% from 255 or 58.57% from 70); Green value is 13 (5.47% from 255 or 18.57% from 70); Blue value is 16 (6.64% from 255 or 22.86% from 70); Max value from RGB is 41 - color contains mainly: red. Hex color #290D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290D10 is #D6F2EF. Grayscale: #151515. Windows color (decimal): -14086896 or 1051945. OLE color: 1051945.
HSL color Cylindrical-coordinate representation of color #290D10: hue angle of 353.57º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #290D10 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 13 | 16 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.84 |
| HSL | 353.57º | 0.52% | 0.11% | - |
| HSV(B) | 353.57º | 0.68% | 0.16% | - |
| XYZ | 1.15 | 0.8 | 0.58 | - |
| YUV | 21.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 13 | 16 | 0 | 0.68 | 0.61 | 0.84 | 353.57 | 0.52 | 0.11 |
| Hex | 29 | D | 10 | 0 | 44 | 3D | 54 | 162 | 34 | B |
| Octal | 51 | 15 | 20 | 0 | 104 | 75 | 124 | 542 | 64 | 13 |
| Binary | 101001 | 1101 | 10000 | 0 | 1000100 | 111101 | 1010100 | 101100010 | 110100 | 1011 |
Color Harmonies of #290D10
Complementary color
Monochromatic Colors of #290D10
Black with #290D10
Text Example
Text Example
White with #290D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290D10; }
p { color: rgb(41,13,16); }
H1.HeaderClassName
{
color: #290D10;
}
.AnyTagClassName
{
color: #290D10;
}
</style>
background-color css
<style>
a { background-color: #290D10; }
a { background-color: rgb(41,13,16); }
div.DivClassName
{
background-color: #290D10;
}
.BgClassName
{
background-color: #290D10;
}
</style>
border-color css
<style>
span { border-color: #290D10; }
span { border-color: rgb(41,13,16); }
td.TdClassName
{
border-color: #290D10;
}
.TagClassName
{
border-color: #290D10;
}
</style>