Shades of Rustic Red #340F11
Tints of Rustic Red #340F11
RGB
CMYK
RGB Variations
Color information
#340F11 (or 0x340F11) is known color: Rustic Red. HEX triplet: 34, 0F and 11. RGB value is (52,15,17). Sum of RGB (Red+Green+Blue) = 52+15+17=84 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.90% from 84); Green value is 15 (6.25% from 255 or 17.86% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 52 - color contains mainly: red. Hex color #340F11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340F11 is #CBF0EE. Grayscale: #1A1A1A. Windows color (decimal): -13365487 or 1118004. OLE color: 1118004.
HSL color Cylindrical-coordinate representation of color #340F11: hue angle of 356.76º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #340F11 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 15 | 17 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.80 |
| HSL | 356.76º | 0.55% | 0.13% | - |
| HSV(B) | 356.76º | 0.71% | 0.2% | - |
| XYZ | 1.69 | 1.11 | 0.66 | - |
| YUV | 26.29 | 122.76 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 15 | 17 | 0 | 0.71 | 0.67 | 0.80 | 356.76 | 0.55 | 0.13 |
| Hex | 34 | F | 11 | 0 | 47 | 43 | 50 | 165 | 37 | D |
| Octal | 64 | 17 | 21 | 0 | 107 | 103 | 120 | 545 | 67 | 15 |
| Binary | 110100 | 1111 | 10001 | 0 | 1000111 | 1000011 | 1010000 | 101100101 | 110111 | 1101 |
Color Harmonies of #340F11
Complementary color
Monochromatic Colors of #340F11
Black with #340F11
Text Example
Text Example
White with #340F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340F11; }
p { color: rgb(52,15,17); }
H1.HeaderClassName
{
color: #340F11;
}
.AnyTagClassName
{
color: #340F11;
}
</style>
background-color css
<style>
a { background-color: #340F11; }
a { background-color: rgb(52,15,17); }
div.DivClassName
{
background-color: #340F11;
}
.BgClassName
{
background-color: #340F11;
}
</style>
border-color css
<style>
span { border-color: #340F11; }
span { border-color: rgb(52,15,17); }
td.TdClassName
{
border-color: #340F11;
}
.TagClassName
{
border-color: #340F11;
}
</style>