Shades of Rustic Red #340E13
Tints of Rustic Red #340E13
RGB
CMYK
RGB Variations
Color information
#340E13 (or 0x340E13) is known color: Rustic Red. HEX triplet: 34, 0E and 13. RGB value is (52,14,19). Sum of RGB (Red+Green+Blue) = 52+14+19=85 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.18% from 85); Green value is 14 (5.86% from 255 or 16.47% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 52 - color contains mainly: red. Hex color #340E13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340E13 is #CBF1EC. Grayscale: #191919. Windows color (decimal): -13365741 or 1248820. OLE color: 1248820.
HSL color Cylindrical-coordinate representation of color #340E13: hue angle of 352.11º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #340E13 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 14 | 19 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.80 |
| HSL | 352.11º | 0.58% | 0.13% | - |
| HSV(B) | 352.11º | 0.73% | 0.2% | - |
| XYZ | 1.69 | 1.09 | 0.74 | - |
| YUV | 25.93 | 124.09 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 14 | 19 | 0 | 0.73 | 0.63 | 0.80 | 352.11 | 0.58 | 0.13 |
| Hex | 34 | E | 13 | 0 | 49 | 3F | 50 | 160 | 3A | D |
| Octal | 64 | 16 | 23 | 0 | 111 | 77 | 120 | 540 | 72 | 15 |
| Binary | 110100 | 1110 | 10011 | 0 | 1001001 | 111111 | 1010000 | 101100000 | 111010 | 1101 |
Color Harmonies of #340E13
Complementary color
Monochromatic Colors of #340E13
Black with #340E13
Text Example
Text Example
White with #340E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340E13; }
p { color: rgb(52,14,19); }
H1.HeaderClassName
{
color: #340E13;
}
.AnyTagClassName
{
color: #340E13;
}
</style>
background-color css
<style>
a { background-color: #340E13; }
a { background-color: rgb(52,14,19); }
div.DivClassName
{
background-color: #340E13;
}
.BgClassName
{
background-color: #340E13;
}
</style>
border-color css
<style>
span { border-color: #340E13; }
span { border-color: rgb(52,14,19); }
td.TdClassName
{
border-color: #340E13;
}
.TagClassName
{
border-color: #340E13;
}
</style>