Shades of Rustic Red #340C14
Tints of Rustic Red #340C14
RGB
CMYK
RGB Variations
Color information
#340C14 (or 0x340C14) is known color: Rustic Red. HEX triplet: 34, 0C and 14. RGB value is (52,12,20). Sum of RGB (Red+Green+Blue) = 52+12+20=84 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.90% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 20 (8.20% from 255 or 23.81% from 84); Max value from RGB is 52 - color contains mainly: red. Hex color #340C14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340C14 is #CBF3EB. Grayscale: #181818. Windows color (decimal): -13366252 or 1313844. OLE color: 1313844.
HSL color Cylindrical-coordinate representation of color #340C14: hue angle of 348º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #340C14 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 12 | 20 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.80 |
| HSL | 348º | 0.63% | 0.13% | - |
| HSV(B) | 348º | 0.77% | 0.2% | - |
| XYZ | 1.67 | 1.04 | 0.78 | - |
| YUV | 24.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 12 | 20 | 0 | 0.77 | 0.62 | 0.80 | 348 | 0.63 | 0.13 |
| Hex | 34 | C | 14 | 0 | 4D | 3E | 50 | 15C | 3E | D |
| Octal | 64 | 14 | 24 | 0 | 115 | 76 | 120 | 534 | 76 | 15 |
| Binary | 110100 | 1100 | 10100 | 0 | 1001101 | 111110 | 1010000 | 101011100 | 111110 | 1101 |
Color Harmonies of #340C14
Complementary color
Monochromatic Colors of #340C14
Black with #340C14
Text Example
Text Example
White with #340C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340C14; }
p { color: rgb(52,12,20); }
H1.HeaderClassName
{
color: #340C14;
}
.AnyTagClassName
{
color: #340C14;
}
</style>
background-color css
<style>
a { background-color: #340C14; }
a { background-color: rgb(52,12,20); }
div.DivClassName
{
background-color: #340C14;
}
.BgClassName
{
background-color: #340C14;
}
</style>
border-color css
<style>
span { border-color: #340C14; }
span { border-color: rgb(52,12,20); }
td.TdClassName
{
border-color: #340C14;
}
.TagClassName
{
border-color: #340C14;
}
</style>