Shades of Rustic Red #340B11
Tints of Rustic Red #340B11
RGB
CMYK
RGB Variations
Color information
#340B11 (or 0x340B11) is known color: Rustic Red. HEX triplet: 34, 0B and 11. RGB value is (52,11,17). Sum of RGB (Red+Green+Blue) = 52+11+17=80 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 17 (7.03% from 255 or 21.25% from 80); Max value from RGB is 52 - color contains mainly: red. Hex color #340B11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340B11 is #CBF4EE. Grayscale: #171717. Windows color (decimal): -13366511 or 1116980. OLE color: 1116980.
HSL color Cylindrical-coordinate representation of color #340B11: hue angle of 351.22º 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 #340B11 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 11 | 17 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.80 |
| HSL | 351.22º | 0.65% | 0.12% | - |
| HSV(B) | 351.22º | 0.79% | 0.2% | - |
| XYZ | 1.64 | 1.01 | 0.64 | - |
| YUV | 23.94 | 124.08 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 11 | 17 | 0 | 0.79 | 0.67 | 0.80 | 351.22 | 0.65 | 0.12 |
| Hex | 34 | B | 11 | 0 | 4F | 43 | 50 | 15F | 41 | C |
| Octal | 64 | 13 | 21 | 0 | 117 | 103 | 120 | 537 | 101 | 14 |
| Binary | 110100 | 1011 | 10001 | 0 | 1001111 | 1000011 | 1010000 | 101011111 | 1000001 | 1100 |
Color Harmonies of #340B11
Complementary color
Monochromatic Colors of #340B11
Black with #340B11
Text Example
Text Example
White with #340B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340B11; }
p { color: rgb(52,11,17); }
H1.HeaderClassName
{
color: #340B11;
}
.AnyTagClassName
{
color: #340B11;
}
</style>
background-color css
<style>
a { background-color: #340B11; }
a { background-color: rgb(52,11,17); }
div.DivClassName
{
background-color: #340B11;
}
.BgClassName
{
background-color: #340B11;
}
</style>
border-color css
<style>
span { border-color: #340B11; }
span { border-color: rgb(52,11,17); }
td.TdClassName
{
border-color: #340B11;
}
.TagClassName
{
border-color: #340B11;
}
</style>