Shades of Rustic Red #34141A
Tints of Rustic Red #34141A
RGB
CMYK
RGB Variations
Color information
#34141A (or 0x34141A) is known color: Rustic Red. HEX triplet: 34, 14 and 1A. RGB value is (52,20,26). Sum of RGB (Red+Green+Blue) = 52+20+26=98 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.06% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 26 (10.55% from 255 or 26.53% from 98); Max value from RGB is 52 - color contains mainly: red. Hex color #34141A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34141A is #CBEBE5. Grayscale: #1E1E1E. Windows color (decimal): -13364198 or 1709108. OLE color: 1709108.
HSL color Cylindrical-coordinate representation of color #34141A: hue angle of 348.75º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34141A is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 20 | 26 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.80 |
| HSL | 348.75º | 0.44% | 0.14% | - |
| HSV(B) | 348.75º | 0.62% | 0.2% | - |
| XYZ | 1.85 | 1.3 | 1.13 | - |
| YUV | 30.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 20 | 26 | 0 | 0.62 | 0.50 | 0.80 | 348.75 | 0.44 | 0.14 |
| Hex | 34 | 14 | 1A | 0 | 3E | 32 | 50 | 15D | 2C | E |
| Octal | 64 | 24 | 32 | 0 | 76 | 62 | 120 | 535 | 54 | 16 |
| Binary | 110100 | 10100 | 11010 | 0 | 111110 | 110010 | 1010000 | 101011101 | 101100 | 1110 |
Color Harmonies of #34141A
Complementary color
Monochromatic Colors of #34141A
Black with #34141A
Text Example
Text Example
White with #34141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34141A; }
p { color: rgb(52,20,26); }
H1.HeaderClassName
{
color: #34141A;
}
.AnyTagClassName
{
color: #34141A;
}
</style>
background-color css
<style>
a { background-color: #34141A; }
a { background-color: rgb(52,20,26); }
div.DivClassName
{
background-color: #34141A;
}
.BgClassName
{
background-color: #34141A;
}
</style>
border-color css
<style>
span { border-color: #34141A; }
span { border-color: rgb(52,20,26); }
td.TdClassName
{
border-color: #34141A;
}
.TagClassName
{
border-color: #34141A;
}
</style>