Shades of Rustic Red #29020C
Tints of Rustic Red #29020C
RGB
CMYK
RGB Variations
Color information
#29020C (or 0x29020C) is known color: Rustic Red. HEX triplet: 29, 02 and 0C. RGB value is (41,2,12). Sum of RGB (Red+Green+Blue) = 41+2+12=55 (7% of max value = 765). Red value is 41 (16.41% from 255 or 74.55% from 55); Green value is 2 (1.17% from 255 or 3.64% from 55); Blue value is 12 (5.08% from 255 or 21.82% from 55); Max value from RGB is 41 - color contains mainly: red. Hex color #29020C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29020C is #D6FDF3. Grayscale: #0E0E0E. Windows color (decimal): -14089716 or 786985. OLE color: 786985.
HSL color Cylindrical-coordinate representation of color #29020C: hue angle of 344.62º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #29020C is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 2 | 12 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.84 |
| HSL | 344.62º | 0.91% | 0.08% | - |
| HSV(B) | 344.62º | 0.95% | 0.16% | - |
| XYZ | 1 | 0.54 | 0.4 | - |
| YUV | 14.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 2 | 12 | 0 | 0.95 | 0.71 | 0.84 | 344.62 | 0.91 | 0.08 |
| Hex | 29 | 2 | C | 0 | 5F | 47 | 54 | 159 | 5B | 8 |
| Octal | 51 | 2 | 14 | 0 | 137 | 107 | 124 | 531 | 133 | 10 |
| Binary | 101001 | 10 | 1100 | 0 | 1011111 | 1000111 | 1010100 | 101011001 | 1011011 | 1000 |
Color Harmonies of #29020C
Complementary color
Monochromatic Colors of #29020C
Black with #29020C
Text Example
Text Example
White with #29020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29020C; }
p { color: rgb(41,2,12); }
H1.HeaderClassName
{
color: #29020C;
}
.AnyTagClassName
{
color: #29020C;
}
</style>
background-color css
<style>
a { background-color: #29020C; }
a { background-color: rgb(41,2,12); }
div.DivClassName
{
background-color: #29020C;
}
.BgClassName
{
background-color: #29020C;
}
</style>
border-color css
<style>
span { border-color: #29020C; }
span { border-color: rgb(41,2,12); }
td.TdClassName
{
border-color: #29020C;
}
.TagClassName
{
border-color: #29020C;
}
</style>