Shades of Rustic Red #340F12
Tints of Rustic Red #340F12
RGB
CMYK
RGB Variations
Color information
#340F12 (or 0x340F12) is known color: Rustic Red. HEX triplet: 34, 0F and 12. RGB value is (52,15,18). Sum of RGB (Red+Green+Blue) = 52+15+18=85 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.18% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 52 - color contains mainly: red. Hex color #340F12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340F12 is #CBF0ED. Grayscale: #1A1A1A. Windows color (decimal): -13365486 or 1183540. OLE color: 1183540.
HSL color Cylindrical-coordinate representation of color #340F12: hue angle of 355.14º 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 #340F12 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 15 | 18 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.80 |
| HSL | 355.14º | 0.55% | 0.13% | - |
| HSV(B) | 355.14º | 0.71% | 0.2% | - |
| XYZ | 1.7 | 1.12 | 0.7 | - |
| YUV | 26.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 15 | 18 | 0 | 0.71 | 0.65 | 0.80 | 355.14 | 0.55 | 0.13 |
| Hex | 34 | F | 12 | 0 | 47 | 41 | 50 | 163 | 37 | D |
| Octal | 64 | 17 | 22 | 0 | 107 | 101 | 120 | 543 | 67 | 15 |
| Binary | 110100 | 1111 | 10010 | 0 | 1000111 | 1000001 | 1010000 | 101100011 | 110111 | 1101 |
Color Harmonies of #340F12
Complementary color
Monochromatic Colors of #340F12
Black with #340F12
Text Example
Text Example
White with #340F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340F12; }
p { color: rgb(52,15,18); }
H1.HeaderClassName
{
color: #340F12;
}
.AnyTagClassName
{
color: #340F12;
}
</style>
background-color css
<style>
a { background-color: #340F12; }
a { background-color: rgb(52,15,18); }
div.DivClassName
{
background-color: #340F12;
}
.BgClassName
{
background-color: #340F12;
}
</style>
border-color css
<style>
span { border-color: #340F12; }
span { border-color: rgb(52,15,18); }
td.TdClassName
{
border-color: #340F12;
}
.TagClassName
{
border-color: #340F12;
}
</style>