Shades of Rustic Red #340214
Tints of Rustic Red #340214
RGB
CMYK
RGB Variations
Color information
#340214 (or 0x340214) is known color: Rustic Red. HEX triplet: 34, 02 and 14. RGB value is (52,2,20). Sum of RGB (Red+Green+Blue) = 52+2+20=74 (9% of max value = 765). Red value is 52 (20.70% from 255 or 70.27% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 20 (8.20% from 255 or 27.03% from 74); Max value from RGB is 52 - color contains mainly: red. Hex color #340214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340214 is #CBFDEB. Grayscale: #121212. Windows color (decimal): -13368812 or 1311284. OLE color: 1311284.
HSL color Cylindrical-coordinate representation of color #340214: hue angle of 338.4º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #340214 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 2 | 20 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.80 |
| HSL | 338.4º | 0.93% | 0.11% | - |
| HSV(B) | 338.4º | 0.96% | 0.2% | - |
| XYZ | 1.56 | 0.82 | 0.74 | - |
| YUV | 19 | 128.57 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 2 | 20 | 0 | 0.96 | 0.62 | 0.80 | 338.4 | 0.93 | 0.11 |
| Hex | 34 | 2 | 14 | 0 | 60 | 3E | 50 | 152 | 5D | B |
| Octal | 64 | 2 | 24 | 0 | 140 | 76 | 120 | 522 | 135 | 13 |
| Binary | 110100 | 10 | 10100 | 0 | 1100000 | 111110 | 1010000 | 101010010 | 1011101 | 1011 |
Color Harmonies of #340214
Complementary color
Monochromatic Colors of #340214
Black with #340214
Text Example
Text Example
White with #340214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340214; }
p { color: rgb(52,2,20); }
H1.HeaderClassName
{
color: #340214;
}
.AnyTagClassName
{
color: #340214;
}
</style>
background-color css
<style>
a { background-color: #340214; }
a { background-color: rgb(52,2,20); }
div.DivClassName
{
background-color: #340214;
}
.BgClassName
{
background-color: #340214;
}
</style>
border-color css
<style>
span { border-color: #340214; }
span { border-color: rgb(52,2,20); }
td.TdClassName
{
border-color: #340214;
}
.TagClassName
{
border-color: #340214;
}
</style>