Shades of Rustic Red #340E1B
Tints of Rustic Red #340E1B
RGB
CMYK
RGB Variations
Color information
#340E1B (or 0x340E1B) is known color: Rustic Red. HEX triplet: 34, 0E and 1B. RGB value is (52,14,27). Sum of RGB (Red+Green+Blue) = 52+14+27=93 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.91% from 93); Green value is 14 (5.86% from 255 or 15.05% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 52 - color contains mainly: red. Hex color #340E1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340E1B is #CBF1E4. Grayscale: #1A1A1A. Windows color (decimal): -13365733 or 1773108. OLE color: 1773108.
HSL color Cylindrical-coordinate representation of color #340E1B: hue angle of 339.47º 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 #340E1B is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 14 | 27 | - |
| CMYK | 0 | 0.73 | 0.48 | 0.80 |
| HSL | 339.47º | 0.58% | 0.13% | - |
| HSV(B) | 339.47º | 0.73% | 0.2% | - |
| XYZ | 1.77 | 1.12 | 1.16 | - |
| YUV | 26.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 14 | 27 | 0 | 0.73 | 0.48 | 0.80 | 339.47 | 0.58 | 0.13 |
| Hex | 34 | E | 1B | 0 | 49 | 30 | 50 | 153 | 3A | D |
| Octal | 64 | 16 | 33 | 0 | 111 | 60 | 120 | 523 | 72 | 15 |
| Binary | 110100 | 1110 | 11011 | 0 | 1001001 | 110000 | 1010000 | 101010011 | 111010 | 1101 |
Color Harmonies of #340E1B
Complementary color
Monochromatic Colors of #340E1B
Black with #340E1B
Text Example
Text Example
White with #340E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340E1B; }
p { color: rgb(52,14,27); }
H1.HeaderClassName
{
color: #340E1B;
}
.AnyTagClassName
{
color: #340E1B;
}
</style>
background-color css
<style>
a { background-color: #340E1B; }
a { background-color: rgb(52,14,27); }
div.DivClassName
{
background-color: #340E1B;
}
.BgClassName
{
background-color: #340E1B;
}
</style>
border-color css
<style>
span { border-color: #340E1B; }
span { border-color: rgb(52,14,27); }
td.TdClassName
{
border-color: #340E1B;
}
.TagClassName
{
border-color: #340E1B;
}
</style>