Shades of Rustic Red #34050E
Tints of Rustic Red #34050E
RGB
CMYK
RGB Variations
Color information
#34050E (or 0x34050E) is known color: Rustic Red. HEX triplet: 34, 05 and 0E. RGB value is (52,5,14). Sum of RGB (Red+Green+Blue) = 52+5+14=71 (9% of max value = 765). Red value is 52 (20.70% from 255 or 73.24% from 71); Green value is 5 (2.34% from 255 or 7.04% from 71); Blue value is 14 (5.86% from 255 or 19.72% from 71); Max value from RGB is 52 - color contains mainly: red. Hex color #34050E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34050E is #CBFAF1. Grayscale: #141414. Windows color (decimal): -13368050 or 918836. OLE color: 918836.
HSL color Cylindrical-coordinate representation of color #34050E: hue angle of 348.51º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34050E is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 5 | 14 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.80 |
| HSL | 348.51º | 0.82% | 0.11% | - |
| HSV(B) | 348.51º | 0.9% | 0.2% | - |
| XYZ | 1.55 | 0.87 | 0.5 | - |
| YUV | 20.08 | 124.57 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 5 | 14 | 0 | 0.90 | 0.73 | 0.80 | 348.51 | 0.82 | 0.11 |
| Hex | 34 | 5 | E | 0 | 5A | 49 | 50 | 15D | 52 | B |
| Octal | 64 | 5 | 16 | 0 | 132 | 111 | 120 | 535 | 122 | 13 |
| Binary | 110100 | 101 | 1110 | 0 | 1011010 | 1001001 | 1010000 | 101011101 | 1010010 | 1011 |
Color Harmonies of #34050E
Complementary color
Monochromatic Colors of #34050E
Black with #34050E
Text Example
Text Example
White with #34050E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34050E; }
p { color: rgb(52,5,14); }
H1.HeaderClassName
{
color: #34050E;
}
.AnyTagClassName
{
color: #34050E;
}
</style>
background-color css
<style>
a { background-color: #34050E; }
a { background-color: rgb(52,5,14); }
div.DivClassName
{
background-color: #34050E;
}
.BgClassName
{
background-color: #34050E;
}
</style>
border-color css
<style>
span { border-color: #34050E; }
span { border-color: rgb(52,5,14); }
td.TdClassName
{
border-color: #34050E;
}
.TagClassName
{
border-color: #34050E;
}
</style>