Shades of Rustic Red #34010C
Tints of Rustic Red #34010C
RGB
CMYK
RGB Variations
Color information
#34010C (or 0x34010C) is known color: Rustic Red. HEX triplet: 34, 01 and 0C. RGB value is (52,1,12). Sum of RGB (Red+Green+Blue) = 52+1+12=65 (8% of max value = 765). Red value is 52 (20.70% from 255 or 80% from 65); Green value is 1 (0.78% from 255 or 1.54% from 65); Blue value is 12 (5.08% from 255 or 18.46% from 65); Max value from RGB is 52 - color contains mainly: red. Hex color #34010C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34010C is #CBFEF3. Grayscale: #111111. Windows color (decimal): -13369076 or 786740. OLE color: 786740.
HSL color Cylindrical-coordinate representation of color #34010C: hue angle of 347.06º 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 #34010C is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 1 | 12 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.80 |
| HSL | 347.06º | 0.96% | 0.1% | - |
| HSV(B) | 347.06º | 0.98% | 0.2% | - |
| XYZ | 1.49 | 0.78 | 0.42 | - |
| YUV | 17.5 | 124.9 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 1 | 12 | 0 | 0.98 | 0.77 | 0.80 | 347.06 | 0.96 | 0.1 |
| Hex | 34 | 1 | C | 0 | 62 | 4D | 50 | 15B | 60 | A |
| Octal | 64 | 1 | 14 | 0 | 142 | 115 | 120 | 533 | 140 | 12 |
| Binary | 110100 | 1 | 1100 | 0 | 1100010 | 1001101 | 1010000 | 101011011 | 1100000 | 1010 |
Color Harmonies of #34010C
Complementary color
Monochromatic Colors of #34010C
Black with #34010C
Text Example
Text Example
White with #34010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34010C; }
p { color: rgb(52,1,12); }
H1.HeaderClassName
{
color: #34010C;
}
.AnyTagClassName
{
color: #34010C;
}
</style>
background-color css
<style>
a { background-color: #34010C; }
a { background-color: rgb(52,1,12); }
div.DivClassName
{
background-color: #34010C;
}
.BgClassName
{
background-color: #34010C;
}
</style>
border-color css
<style>
span { border-color: #34010C; }
span { border-color: rgb(52,1,12); }
td.TdClassName
{
border-color: #34010C;
}
.TagClassName
{
border-color: #34010C;
}
</style>