Shades of Rustic Red #340711
Tints of Rustic Red #340711
RGB
CMYK
RGB Variations
Color information
#340711 (or 0x340711) is known color: Rustic Red. HEX triplet: 34, 07 and 11. RGB value is (52,7,17). Sum of RGB (Red+Green+Blue) = 52+7+17=76 (10% of max value = 765). Red value is 52 (20.70% from 255 or 68.42% from 76); Green value is 7 (3.12% from 255 or 9.21% from 76); Blue value is 17 (7.03% from 255 or 22.37% from 76); Max value from RGB is 52 - color contains mainly: red. Hex color #340711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340711 is #CBF8EE. Grayscale: #151515. Windows color (decimal): -13367535 or 1115956. OLE color: 1115956.
HSL color Cylindrical-coordinate representation of color #340711: hue angle of 346.67º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #340711 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 7 | 17 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.80 |
| HSL | 346.67º | 0.76% | 0.12% | - |
| HSV(B) | 346.67º | 0.87% | 0.2% | - |
| XYZ | 1.59 | 0.92 | 0.62 | - |
| YUV | 21.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 7 | 17 | 0 | 0.87 | 0.67 | 0.80 | 346.67 | 0.76 | 0.12 |
| Hex | 34 | 7 | 11 | 0 | 57 | 43 | 50 | 15B | 4C | C |
| Octal | 64 | 7 | 21 | 0 | 127 | 103 | 120 | 533 | 114 | 14 |
| Binary | 110100 | 111 | 10001 | 0 | 1010111 | 1000011 | 1010000 | 101011011 | 1001100 | 1100 |
Color Harmonies of #340711
Complementary color
Monochromatic Colors of #340711
Black with #340711
Text Example
Text Example
White with #340711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340711; }
p { color: rgb(52,7,17); }
H1.HeaderClassName
{
color: #340711;
}
.AnyTagClassName
{
color: #340711;
}
</style>
background-color css
<style>
a { background-color: #340711; }
a { background-color: rgb(52,7,17); }
div.DivClassName
{
background-color: #340711;
}
.BgClassName
{
background-color: #340711;
}
</style>
border-color css
<style>
span { border-color: #340711; }
span { border-color: rgb(52,7,17); }
td.TdClassName
{
border-color: #340711;
}
.TagClassName
{
border-color: #340711;
}
</style>