Shades of Rustic Red #340E14
Tints of Rustic Red #340E14
RGB
CMYK
RGB Variations
Color information
#340E14 (or 0x340E14) is known color: Rustic Red. HEX triplet: 34, 0E and 14. RGB value is (52,14,20). Sum of RGB (Red+Green+Blue) = 52+14+20=86 (11% of max value = 765). Red value is 52 (20.70% from 255 or 60.47% from 86); Green value is 14 (5.86% from 255 or 16.28% from 86); Blue value is 20 (8.20% from 255 or 23.26% from 86); Max value from RGB is 52 - color contains mainly: red. Hex color #340E14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340E14 is #CBF1EB. Grayscale: #1A1A1A. Windows color (decimal): -13365740 or 1314356. OLE color: 1314356.
HSL color Cylindrical-coordinate representation of color #340E14: hue angle of 350.53º 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 #340E14 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 14 | 20 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.80 |
| HSL | 350.53º | 0.58% | 0.13% | - |
| HSV(B) | 350.53º | 0.73% | 0.2% | - |
| XYZ | 1.7 | 1.09 | 0.78 | - |
| YUV | 26.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 14 | 20 | 0 | 0.73 | 0.62 | 0.80 | 350.53 | 0.58 | 0.13 |
| Hex | 34 | E | 14 | 0 | 49 | 3E | 50 | 15F | 3A | D |
| Octal | 64 | 16 | 24 | 0 | 111 | 76 | 120 | 537 | 72 | 15 |
| Binary | 110100 | 1110 | 10100 | 0 | 1001001 | 111110 | 1010000 | 101011111 | 111010 | 1101 |
Color Harmonies of #340E14
Complementary color
Monochromatic Colors of #340E14
Black with #340E14
Text Example
Text Example
White with #340E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340E14; }
p { color: rgb(52,14,20); }
H1.HeaderClassName
{
color: #340E14;
}
.AnyTagClassName
{
color: #340E14;
}
</style>
background-color css
<style>
a { background-color: #340E14; }
a { background-color: rgb(52,14,20); }
div.DivClassName
{
background-color: #340E14;
}
.BgClassName
{
background-color: #340E14;
}
</style>
border-color css
<style>
span { border-color: #340E14; }
span { border-color: rgb(52,14,20); }
td.TdClassName
{
border-color: #340E14;
}
.TagClassName
{
border-color: #340E14;
}
</style>