Shades of Rustic Red #290A0F
Tints of Rustic Red #290A0F
RGB
CMYK
RGB Variations
Color information
#290A0F (or 0x290A0F) is known color: Rustic Red. HEX triplet: 29, 0A and 0F. RGB value is (41,10,15). Sum of RGB (Red+Green+Blue) = 41+10+15=66 (8% of max value = 765). Red value is 41 (16.41% from 255 or 62.12% from 66); Green value is 10 (4.30% from 255 or 15.15% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 41 - color contains mainly: red. Hex color #290A0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290A0F is #D6F5F0. Grayscale: #131313. Windows color (decimal): -14087665 or 985641. OLE color: 985641.
HSL color Cylindrical-coordinate representation of color #290A0F: hue angle of 350.32º 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 #290A0F is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 10 | 15 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.84 |
| HSL | 350.32º | 0.61% | 0.1% | - |
| HSV(B) | 350.32º | 0.76% | 0.16% | - |
| XYZ | 1.11 | 0.72 | 0.53 | - |
| YUV | 19.84 | 125.27 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 10 | 15 | 0 | 0.76 | 0.63 | 0.84 | 350.32 | 0.61 | 0.1 |
| Hex | 29 | A | F | 0 | 4C | 3F | 54 | 15E | 3D | A |
| Octal | 51 | 12 | 17 | 0 | 114 | 77 | 124 | 536 | 75 | 12 |
| Binary | 101001 | 1010 | 1111 | 0 | 1001100 | 111111 | 1010100 | 101011110 | 111101 | 1010 |
Color Harmonies of #290A0F
Complementary color
Monochromatic Colors of #290A0F
Black with #290A0F
Text Example
Text Example
White with #290A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290A0F; }
p { color: rgb(41,10,15); }
H1.HeaderClassName
{
color: #290A0F;
}
.AnyTagClassName
{
color: #290A0F;
}
</style>
background-color css
<style>
a { background-color: #290A0F; }
a { background-color: rgb(41,10,15); }
div.DivClassName
{
background-color: #290A0F;
}
.BgClassName
{
background-color: #290A0F;
}
</style>
border-color css
<style>
span { border-color: #290A0F; }
span { border-color: rgb(41,10,15); }
td.TdClassName
{
border-color: #290A0F;
}
.TagClassName
{
border-color: #290A0F;
}
</style>