Shades of Rustic Red #34121B
Tints of Rustic Red #34121B
RGB
CMYK
RGB Variations
Color information
#34121B (or 0x34121B) is known color: Rustic Red. HEX triplet: 34, 12 and 1B. RGB value is (52,18,27). Sum of RGB (Red+Green+Blue) = 52+18+27=97 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.61% from 97); Green value is 18 (7.42% from 255 or 18.56% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 52 - color contains mainly: red. Hex color #34121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34121B is #CBEDE4. Grayscale: #1D1D1D. Windows color (decimal): -13364709 or 1774132. OLE color: 1774132.
HSL color Cylindrical-coordinate representation of color #34121B: hue angle of 344.12º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34121B is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 18 | 27 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.80 |
| HSL | 344.12º | 0.49% | 0.14% | - |
| HSV(B) | 344.12º | 0.65% | 0.2% | - |
| XYZ | 1.83 | 1.24 | 1.18 | - |
| YUV | 29.19 | 126.76 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 18 | 27 | 0 | 0.65 | 0.48 | 0.80 | 344.12 | 0.49 | 0.14 |
| Hex | 34 | 12 | 1B | 0 | 41 | 30 | 50 | 158 | 31 | E |
| Octal | 64 | 22 | 33 | 0 | 101 | 60 | 120 | 530 | 61 | 16 |
| Binary | 110100 | 10010 | 11011 | 0 | 1000001 | 110000 | 1010000 | 101011000 | 110001 | 1110 |
Color Harmonies of #34121B
Complementary color
Monochromatic Colors of #34121B
Black with #34121B
Text Example
Text Example
White with #34121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34121B; }
p { color: rgb(52,18,27); }
H1.HeaderClassName
{
color: #34121B;
}
.AnyTagClassName
{
color: #34121B;
}
</style>
background-color css
<style>
a { background-color: #34121B; }
a { background-color: rgb(52,18,27); }
div.DivClassName
{
background-color: #34121B;
}
.BgClassName
{
background-color: #34121B;
}
</style>
border-color css
<style>
span { border-color: #34121B; }
span { border-color: rgb(52,18,27); }
td.TdClassName
{
border-color: #34121B;
}
.TagClassName
{
border-color: #34121B;
}
</style>