Shades of Rustic Red #340B0F
Tints of Rustic Red #340B0F
RGB
CMYK
RGB Variations
Color information
#340B0F (or 0x340B0F) is known color: Rustic Red. HEX triplet: 34, 0B and 0F. RGB value is (52,11,15). Sum of RGB (Red+Green+Blue) = 52+11+15=78 (10% of max value = 765). Red value is 52 (20.70% from 255 or 66.67% from 78); Green value is 11 (4.69% from 255 or 14.10% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 52 - color contains mainly: red. Hex color #340B0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340B0F is #CBF4F0. Grayscale: #171717. Windows color (decimal): -13366513 or 985908. OLE color: 985908.
HSL color Cylindrical-coordinate representation of color #340B0F: hue angle of 354.15º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #340B0F is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 11 | 15 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.80 |
| HSL | 354.15º | 0.65% | 0.12% | - |
| HSV(B) | 354.15º | 0.79% | 0.2% | - |
| XYZ | 1.62 | 1 | 0.56 | - |
| YUV | 23.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 11 | 15 | 0 | 0.79 | 0.71 | 0.80 | 354.15 | 0.65 | 0.12 |
| Hex | 34 | B | F | 0 | 4F | 47 | 50 | 162 | 41 | C |
| Octal | 64 | 13 | 17 | 0 | 117 | 107 | 120 | 542 | 101 | 14 |
| Binary | 110100 | 1011 | 1111 | 0 | 1001111 | 1000111 | 1010000 | 101100010 | 1000001 | 1100 |
Color Harmonies of #340B0F
Complementary color
Monochromatic Colors of #340B0F
Black with #340B0F
Text Example
Text Example
White with #340B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340B0F; }
p { color: rgb(52,11,15); }
H1.HeaderClassName
{
color: #340B0F;
}
.AnyTagClassName
{
color: #340B0F;
}
</style>
background-color css
<style>
a { background-color: #340B0F; }
a { background-color: rgb(52,11,15); }
div.DivClassName
{
background-color: #340B0F;
}
.BgClassName
{
background-color: #340B0F;
}
</style>
border-color css
<style>
span { border-color: #340B0F; }
span { border-color: rgb(52,11,15); }
td.TdClassName
{
border-color: #340B0F;
}
.TagClassName
{
border-color: #340B0F;
}
</style>