Shades of Rustic Red #34050C
Tints of Rustic Red #34050C
RGB
CMYK
RGB Variations
Color information
#34050C (or 0x34050C) is known color: Rustic Red. HEX triplet: 34, 05 and 0C. RGB value is (52,5,12). Sum of RGB (Red+Green+Blue) = 52+5+12=69 (9% of max value = 765). Red value is 52 (20.70% from 255 or 75.36% from 69); Green value is 5 (2.34% from 255 or 7.25% from 69); Blue value is 12 (5.08% from 255 or 17.39% from 69); Max value from RGB is 52 - color contains mainly: red. Hex color #34050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34050C is #CBFAF3. Grayscale: #131313. Windows color (decimal): -13368052 or 787764. OLE color: 787764.
HSL color Cylindrical-coordinate representation of color #34050C: hue angle of 351.06º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34050C is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 5 | 12 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.80 |
| HSL | 351.06º | 0.82% | 0.11% | - |
| HSV(B) | 351.06º | 0.9% | 0.2% | - |
| XYZ | 1.54 | 0.87 | 0.43 | - |
| YUV | 19.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 5 | 12 | 0 | 0.90 | 0.77 | 0.80 | 351.06 | 0.82 | 0.11 |
| Hex | 34 | 5 | C | 0 | 5A | 4D | 50 | 15F | 52 | B |
| Octal | 64 | 5 | 14 | 0 | 132 | 115 | 120 | 537 | 122 | 13 |
| Binary | 110100 | 101 | 1100 | 0 | 1011010 | 1001101 | 1010000 | 101011111 | 1010010 | 1011 |
Color Harmonies of #34050C
Complementary color
Monochromatic Colors of #34050C
Black with #34050C
Text Example
Text Example
White with #34050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34050C; }
p { color: rgb(52,5,12); }
H1.HeaderClassName
{
color: #34050C;
}
.AnyTagClassName
{
color: #34050C;
}
</style>
background-color css
<style>
a { background-color: #34050C; }
a { background-color: rgb(52,5,12); }
div.DivClassName
{
background-color: #34050C;
}
.BgClassName
{
background-color: #34050C;
}
</style>
border-color css
<style>
span { border-color: #34050C; }
span { border-color: rgb(52,5,12); }
td.TdClassName
{
border-color: #34050C;
}
.TagClassName
{
border-color: #34050C;
}
</style>