Shades of Rustic Red #340109
Tints of Rustic Red #340109
RGB
CMYK
RGB Variations
Color information
#340109 (or 0x340109) is known color: Rustic Red. HEX triplet: 34, 01 and 09. RGB value is (52,1,9). Sum of RGB (Red+Green+Blue) = 52+1+9=62 (8% of max value = 765). Red value is 52 (20.70% from 255 or 83.87% from 62); Green value is 1 (0.78% from 255 or 1.61% from 62); Blue value is 9 (3.91% from 255 or 14.52% from 62); Max value from RGB is 52 - color contains mainly: red. Hex color #340109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340109 is #CBFEF6. Grayscale: #111111. Windows color (decimal): -13369079 or 590132. OLE color: 590132.
HSL color Cylindrical-coordinate representation of color #340109: hue angle of 350.59º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #340109 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 1 | 9 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.80 |
| HSL | 350.59º | 0.96% | 0.1% | - |
| HSV(B) | 350.59º | 0.98% | 0.2% | - |
| XYZ | 1.48 | 0.77 | 0.33 | - |
| YUV | 17.16 | 123.4 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 1 | 9 | 0 | 0.98 | 0.83 | 0.80 | 350.59 | 0.96 | 0.1 |
| Hex | 34 | 1 | 9 | 0 | 62 | 53 | 50 | 15F | 60 | A |
| Octal | 64 | 1 | 11 | 0 | 142 | 123 | 120 | 537 | 140 | 12 |
| Binary | 110100 | 1 | 1001 | 0 | 1100010 | 1010011 | 1010000 | 101011111 | 1100000 | 1010 |
Color Harmonies of #340109
Complementary color
Monochromatic Colors of #340109
Black with #340109
Text Example
Text Example
White with #340109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340109; }
p { color: rgb(52,1,9); }
H1.HeaderClassName
{
color: #340109;
}
.AnyTagClassName
{
color: #340109;
}
</style>
background-color css
<style>
a { background-color: #340109; }
a { background-color: rgb(52,1,9); }
div.DivClassName
{
background-color: #340109;
}
.BgClassName
{
background-color: #340109;
}
</style>
border-color css
<style>
span { border-color: #340109; }
span { border-color: rgb(52,1,9); }
td.TdClassName
{
border-color: #340109;
}
.TagClassName
{
border-color: #340109;
}
</style>