Shades of Rustic Red #290A0D
Tints of Rustic Red #290A0D
RGB
CMYK
RGB Variations
Color information
#290A0D (or 0x290A0D) is known color: Rustic Red. HEX triplet: 29, 0A and 0D. RGB value is (41,10,13). Sum of RGB (Red+Green+Blue) = 41+10+13=64 (8% of max value = 765). Red value is 41 (16.41% from 255 or 64.06% from 64); Green value is 10 (4.30% from 255 or 15.62% from 64); Blue value is 13 (5.47% from 255 or 20.31% from 64); Max value from RGB is 41 - color contains mainly: red. Hex color #290A0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290A0D is #D6F5F2. Grayscale: #131313. Windows color (decimal): -14087667 or 854569. OLE color: 854569.
HSL color Cylindrical-coordinate representation of color #290A0D: hue angle of 354.19º degrees, saturation: 0.61, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #290A0D is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 10 | 13 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.84 |
| HSL | 354.19º | 0.61% | 0.1% | - |
| HSV(B) | 354.19º | 0.76% | 0.16% | - |
| XYZ | 1.1 | 0.72 | 0.46 | - |
| YUV | 19.61 | 124.27 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 10 | 13 | 0 | 0.76 | 0.68 | 0.84 | 354.19 | 0.61 | 0.1 |
| Hex | 29 | A | D | 0 | 4C | 44 | 54 | 162 | 3D | A |
| Octal | 51 | 12 | 15 | 0 | 114 | 104 | 124 | 542 | 75 | 12 |
| Binary | 101001 | 1010 | 1101 | 0 | 1001100 | 1000100 | 1010100 | 101100010 | 111101 | 1010 |
Color Harmonies of #290A0D
Complementary color
Monochromatic Colors of #290A0D
Black with #290A0D
Text Example
Text Example
White with #290A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290A0D; }
p { color: rgb(41,10,13); }
H1.HeaderClassName
{
color: #290A0D;
}
.AnyTagClassName
{
color: #290A0D;
}
</style>
background-color css
<style>
a { background-color: #290A0D; }
a { background-color: rgb(41,10,13); }
div.DivClassName
{
background-color: #290A0D;
}
.BgClassName
{
background-color: #290A0D;
}
</style>
border-color css
<style>
span { border-color: #290A0D; }
span { border-color: rgb(41,10,13); }
td.TdClassName
{
border-color: #290A0D;
}
.TagClassName
{
border-color: #290A0D;
}
</style>