Shades of Rustic Red #34070B
Tints of Rustic Red #34070B
RGB
CMYK
RGB Variations
Color information
#34070B (or 0x34070B) is known color: Rustic Red. HEX triplet: 34, 07 and 0B. RGB value is (52,7,11). Sum of RGB (Red+Green+Blue) = 52+7+11=70 (9% of max value = 765). Red value is 52 (20.70% from 255 or 74.29% from 70); Green value is 7 (3.12% from 255 or 10% from 70); Blue value is 11 (4.69% from 255 or 15.71% from 70); Max value from RGB is 52 - color contains mainly: red. Hex color #34070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34070B is #CBF8F4. Grayscale: #141414. Windows color (decimal): -13367541 or 722740. OLE color: 722740.
HSL color Cylindrical-coordinate representation of color #34070B: hue angle of 354.67º 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 #34070B is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 7 | 11 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.80 |
| HSL | 354.67º | 0.76% | 0.12% | - |
| HSV(B) | 354.67º | 0.87% | 0.2% | - |
| XYZ | 1.55 | 0.91 | 0.41 | - |
| YUV | 20.91 | 122.41 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 7 | 11 | 0 | 0.87 | 0.79 | 0.80 | 354.67 | 0.76 | 0.12 |
| Hex | 34 | 7 | B | 0 | 57 | 4F | 50 | 163 | 4C | C |
| Octal | 64 | 7 | 13 | 0 | 127 | 117 | 120 | 543 | 114 | 14 |
| Binary | 110100 | 111 | 1011 | 0 | 1010111 | 1001111 | 1010000 | 101100011 | 1001100 | 1100 |
Color Harmonies of #34070B
Complementary color
Monochromatic Colors of #34070B
Black with #34070B
Text Example
Text Example
White with #34070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34070B; }
p { color: rgb(52,7,11); }
H1.HeaderClassName
{
color: #34070B;
}
.AnyTagClassName
{
color: #34070B;
}
</style>
background-color css
<style>
a { background-color: #34070B; }
a { background-color: rgb(52,7,11); }
div.DivClassName
{
background-color: #34070B;
}
.BgClassName
{
background-color: #34070B;
}
</style>
border-color css
<style>
span { border-color: #34070B; }
span { border-color: rgb(52,7,11); }
td.TdClassName
{
border-color: #34070B;
}
.TagClassName
{
border-color: #34070B;
}
</style>