Shades of Rustic Red #34000C
Tints of Rustic Red #34000C
RGB
CMYK
RGB Variations
Color information
#34000C (or 0x34000C) is known color: Rustic Red. HEX triplet: 34, 00 and 0C. RGB value is (52,0,12). Sum of RGB (Red+Green+Blue) = 52+0+12=64 (8% of max value = 765). Red value is 52 (20.70% from 255 or 81.25% from 64); Green value is 0 (0.39% from 255 or 0% from 64); Blue value is 12 (5.08% from 255 or 18.75% from 64); Max value from RGB is 52 - color contains mainly: red. Hex color #34000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34000C is #CBFFF3. Grayscale: #101010. Windows color (decimal): -13369332 or 786484. OLE color: 786484.
HSL color Cylindrical-coordinate representation of color #34000C: hue angle of 346.15º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34000C is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.77 | 0.80 |
| HSL | 346.15º | 1% | 0.1% | - |
| HSV(B) | 346.15º | 1% | 0.2% | - |
| XYZ | 1.48 | 0.76 | 0.42 | - |
| YUV | 16.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 12 | 0 | 1 | 0.77 | 0.80 | 346.15 | 1 | 0.1 |
| Hex | 34 | 0 | C | 0 | 64 | 4D | 50 | 15A | 64 | A |
| Octal | 64 | 0 | 14 | 0 | 144 | 115 | 120 | 532 | 144 | 12 |
| Binary | 110100 | 0 | 1100 | 0 | 1100100 | 1001101 | 1010000 | 101011010 | 1100100 | 1010 |
Color Harmonies of #34000C
Complementary color
Monochromatic Colors of #34000C
Black with #34000C
Text Example
Text Example
White with #34000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34000C; }
p { color: rgb(52,0,12); }
H1.HeaderClassName
{
color: #34000C;
}
.AnyTagClassName
{
color: #34000C;
}
</style>
background-color css
<style>
a { background-color: #34000C; }
a { background-color: rgb(52,0,12); }
div.DivClassName
{
background-color: #34000C;
}
.BgClassName
{
background-color: #34000C;
}
</style>
border-color css
<style>
span { border-color: #34000C; }
span { border-color: rgb(52,0,12); }
td.TdClassName
{
border-color: #34000C;
}
.TagClassName
{
border-color: #34000C;
}
</style>