Shades of Rustic Red #34060C
Tints of Rustic Red #34060C
RGB
CMYK
RGB Variations
Color information
#34060C (or 0x34060C) is known color: Rustic Red. HEX triplet: 34, 06 and 0C. RGB value is (52,6,12). Sum of RGB (Red+Green+Blue) = 52+6+12=70 (9% of max value = 765). Red value is 52 (20.70% from 255 or 74.29% from 70); Green value is 6 (2.73% from 255 or 8.57% from 70); Blue value is 12 (5.08% from 255 or 17.14% from 70); Max value from RGB is 52 - color contains mainly: red. Hex color #34060C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34060C is #CBF9F3. Grayscale: #141414. Windows color (decimal): -13367796 or 788020. OLE color: 788020.
HSL color Cylindrical-coordinate representation of color #34060C: hue angle of 352.17º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34060C is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 6 | 12 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.80 |
| HSL | 352.17º | 0.79% | 0.11% | - |
| HSV(B) | 352.17º | 0.88% | 0.2% | - |
| XYZ | 1.55 | 0.89 | 0.44 | - |
| YUV | 20.44 | 123.24 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 6 | 12 | 0 | 0.88 | 0.77 | 0.80 | 352.17 | 0.79 | 0.11 |
| Hex | 34 | 6 | C | 0 | 58 | 4D | 50 | 160 | 4F | B |
| Octal | 64 | 6 | 14 | 0 | 130 | 115 | 120 | 540 | 117 | 13 |
| Binary | 110100 | 110 | 1100 | 0 | 1011000 | 1001101 | 1010000 | 101100000 | 1001111 | 1011 |
Color Harmonies of #34060C
Complementary color
Monochromatic Colors of #34060C
Black with #34060C
Text Example
Text Example
White with #34060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34060C; }
p { color: rgb(52,6,12); }
H1.HeaderClassName
{
color: #34060C;
}
.AnyTagClassName
{
color: #34060C;
}
</style>
background-color css
<style>
a { background-color: #34060C; }
a { background-color: rgb(52,6,12); }
div.DivClassName
{
background-color: #34060C;
}
.BgClassName
{
background-color: #34060C;
}
</style>
border-color css
<style>
span { border-color: #34060C; }
span { border-color: rgb(52,6,12); }
td.TdClassName
{
border-color: #34060C;
}
.TagClassName
{
border-color: #34060C;
}
</style>