Shades of Rustic Red #340A0C
Tints of Rustic Red #340A0C
RGB
CMYK
RGB Variations
Color information
#340A0C (or 0x340A0C) is known color: Rustic Red. HEX triplet: 34, 0A and 0C. RGB value is (52,10,12). Sum of RGB (Red+Green+Blue) = 52+10+12=74 (9% of max value = 765). Red value is 52 (20.70% from 255 or 70.27% from 74); Green value is 10 (4.30% from 255 or 13.51% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 52 - color contains mainly: red. Hex color #340A0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340A0C is #CBF5F3. Grayscale: #161616. Windows color (decimal): -13366772 or 789044. OLE color: 789044.
HSL color Cylindrical-coordinate representation of color #340A0C: hue angle of 357.14º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #340A0C is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 10 | 12 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.80 |
| HSL | 357.14º | 0.68% | 0.12% | - |
| HSV(B) | 357.14º | 0.81% | 0.2% | - |
| XYZ | 1.59 | 0.97 | 0.45 | - |
| YUV | 22.79 | 121.91 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 10 | 12 | 0 | 0.81 | 0.77 | 0.80 | 357.14 | 0.68 | 0.12 |
| Hex | 34 | A | C | 0 | 51 | 4D | 50 | 165 | 44 | C |
| Octal | 64 | 12 | 14 | 0 | 121 | 115 | 120 | 545 | 104 | 14 |
| Binary | 110100 | 1010 | 1100 | 0 | 1010001 | 1001101 | 1010000 | 101100101 | 1000100 | 1100 |
Color Harmonies of #340A0C
Complementary color
Monochromatic Colors of #340A0C
Black with #340A0C
Text Example
Text Example
White with #340A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340A0C; }
p { color: rgb(52,10,12); }
H1.HeaderClassName
{
color: #340A0C;
}
.AnyTagClassName
{
color: #340A0C;
}
</style>
background-color css
<style>
a { background-color: #340A0C; }
a { background-color: rgb(52,10,12); }
div.DivClassName
{
background-color: #340A0C;
}
.BgClassName
{
background-color: #340A0C;
}
</style>
border-color css
<style>
span { border-color: #340A0C; }
span { border-color: rgb(52,10,12); }
td.TdClassName
{
border-color: #340A0C;
}
.TagClassName
{
border-color: #340A0C;
}
</style>