Shades of Rustic Red #340607
Tints of Rustic Red #340607
RGB
CMYK
RGB Variations
Color information
#340607 (or 0x340607) is known color: Rustic Red. HEX triplet: 34, 06 and 07. RGB value is (52,6,7). Sum of RGB (Red+Green+Blue) = 52+6+7=65 (8% of max value = 765). Red value is 52 (20.70% from 255 or 80% from 65); Green value is 6 (2.73% from 255 or 9.23% from 65); Blue value is 7 (3.12% from 255 or 10.77% from 65); Max value from RGB is 52 - color contains mainly: red. Hex color #340607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340607 is #CBF9F8. Grayscale: #131313. Windows color (decimal): -13367801 or 460340. OLE color: 460340.
HSL color Cylindrical-coordinate representation of color #340607: hue angle of 358.7º 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 #340607 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 6 | 7 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.80 |
| HSL | 358.7º | 0.79% | 0.11% | - |
| HSV(B) | 358.7º | 0.88% | 0.2% | - |
| XYZ | 1.52 | 0.88 | 0.29 | - |
| YUV | 19.87 | 120.74 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 6 | 7 | 0 | 0.88 | 0.87 | 0.80 | 358.7 | 0.79 | 0.11 |
| Hex | 34 | 6 | 7 | 0 | 58 | 57 | 50 | 167 | 4F | B |
| Octal | 64 | 6 | 7 | 0 | 130 | 127 | 120 | 547 | 117 | 13 |
| Binary | 110100 | 110 | 111 | 0 | 1011000 | 1010111 | 1010000 | 101100111 | 1001111 | 1011 |
Color Harmonies of #340607
Complementary color
Monochromatic Colors of #340607
Black with #340607
Text Example
Text Example
White with #340607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340607; }
p { color: rgb(52,6,7); }
H1.HeaderClassName
{
color: #340607;
}
.AnyTagClassName
{
color: #340607;
}
</style>
background-color css
<style>
a { background-color: #340607; }
a { background-color: rgb(52,6,7); }
div.DivClassName
{
background-color: #340607;
}
.BgClassName
{
background-color: #340607;
}
</style>
border-color css
<style>
span { border-color: #340607; }
span { border-color: rgb(52,6,7); }
td.TdClassName
{
border-color: #340607;
}
.TagClassName
{
border-color: #340607;
}
</style>