Shades of Rustic Red #34070A
Tints of Rustic Red #34070A
RGB
CMYK
RGB Variations
Color information
#34070A (or 0x34070A) is known color: Rustic Red. HEX triplet: 34, 07 and 0A. RGB value is (52,7,10). Sum of RGB (Red+Green+Blue) = 52+7+10=69 (9% of max value = 765). Red value is 52 (20.70% from 255 or 75.36% from 69); Green value is 7 (3.12% from 255 or 10.14% from 69); Blue value is 10 (4.30% from 255 or 14.49% from 69); Max value from RGB is 52 - color contains mainly: red. Hex color #34070A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34070A is #CBF8F5. Grayscale: #141414. Windows color (decimal): -13367542 or 657204. OLE color: 657204.
HSL color Cylindrical-coordinate representation of color #34070A: hue angle of 356º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #34070A is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 7 | 10 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.80 |
| HSL | 356º | 0.76% | 0.12% | - |
| HSV(B) | 356º | 0.87% | 0.2% | - |
| XYZ | 1.55 | 0.9 | 0.38 | - |
| YUV | 20.8 | 121.91 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 7 | 10 | 0 | 0.87 | 0.81 | 0.80 | 356 | 0.76 | 0.12 |
| Hex | 34 | 7 | A | 0 | 57 | 51 | 50 | 164 | 4C | C |
| Octal | 64 | 7 | 12 | 0 | 127 | 121 | 120 | 544 | 114 | 14 |
| Binary | 110100 | 111 | 1010 | 0 | 1010111 | 1010001 | 1010000 | 101100100 | 1001100 | 1100 |
Color Harmonies of #34070A
Complementary color
Monochromatic Colors of #34070A
Black with #34070A
Text Example
Text Example
White with #34070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34070A; }
p { color: rgb(52,7,10); }
H1.HeaderClassName
{
color: #34070A;
}
.AnyTagClassName
{
color: #34070A;
}
</style>
background-color css
<style>
a { background-color: #34070A; }
a { background-color: rgb(52,7,10); }
div.DivClassName
{
background-color: #34070A;
}
.BgClassName
{
background-color: #34070A;
}
</style>
border-color css
<style>
span { border-color: #34070A; }
span { border-color: rgb(52,7,10); }
td.TdClassName
{
border-color: #34070A;
}
.TagClassName
{
border-color: #34070A;
}
</style>