Shades of Rustic Red #340F16
Tints of Rustic Red #340F16
RGB
CMYK
RGB Variations
Color information
#340F16 (or 0x340F16) is known color: Rustic Red. HEX triplet: 34, 0F and 16. RGB value is (52,15,22). Sum of RGB (Red+Green+Blue) = 52+15+22=89 (11% of max value = 765). Red value is 52 (20.70% from 255 or 58.43% from 89); Green value is 15 (6.25% from 255 or 16.85% from 89); Blue value is 22 (8.98% from 255 or 24.72% from 89); Max value from RGB is 52 - color contains mainly: red. Hex color #340F16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340F16 is #CBF0E9. Grayscale: #1A1A1A. Windows color (decimal): -13365482 or 1445684. OLE color: 1445684.
HSL color Cylindrical-coordinate representation of color #340F16: hue angle of 348.65º 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 #340F16 is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 15 | 22 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.80 |
| HSL | 348.65º | 0.55% | 0.13% | - |
| HSV(B) | 348.65º | 0.71% | 0.2% | - |
| XYZ | 1.73 | 1.13 | 0.89 | - |
| YUV | 26.86 | 125.26 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 15 | 22 | 0 | 0.71 | 0.58 | 0.80 | 348.65 | 0.55 | 0.13 |
| Hex | 34 | F | 16 | 0 | 47 | 3A | 50 | 15D | 37 | D |
| Octal | 64 | 17 | 26 | 0 | 107 | 72 | 120 | 535 | 67 | 15 |
| Binary | 110100 | 1111 | 10110 | 0 | 1000111 | 111010 | 1010000 | 101011101 | 110111 | 1101 |
Color Harmonies of #340F16
Complementary color
Monochromatic Colors of #340F16
Black with #340F16
Text Example
Text Example
White with #340F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340F16; }
p { color: rgb(52,15,22); }
H1.HeaderClassName
{
color: #340F16;
}
.AnyTagClassName
{
color: #340F16;
}
</style>
background-color css
<style>
a { background-color: #340F16; }
a { background-color: rgb(52,15,22); }
div.DivClassName
{
background-color: #340F16;
}
.BgClassName
{
background-color: #340F16;
}
</style>
border-color css
<style>
span { border-color: #340F16; }
span { border-color: rgb(52,15,22); }
td.TdClassName
{
border-color: #340F16;
}
.TagClassName
{
border-color: #340F16;
}
</style>