Shades of Rustic Red #341112
Tints of Rustic Red #341112
RGB
CMYK
RGB Variations
Color information
#341112 (or 0x341112) is known color: Rustic Red. HEX triplet: 34, 11 and 12. RGB value is (52,17,18). Sum of RGB (Red+Green+Blue) = 52+17+18=87 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.77% from 87); Green value is 17 (7.03% from 255 or 19.54% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 52 - color contains mainly: red. Hex color #341112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341112 is #CBEEED. Grayscale: #1B1B1B. Windows color (decimal): -13364974 or 1184052. OLE color: 1184052.
HSL color Cylindrical-coordinate representation of color #341112: hue angle of 358.29º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #341112 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 17 | 18 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.80 |
| HSL | 358.29º | 0.51% | 0.14% | - |
| HSV(B) | 358.29º | 0.67% | 0.2% | - |
| XYZ | 1.73 | 1.17 | 0.71 | - |
| YUV | 27.58 | 122.6 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 17 | 18 | 0 | 0.67 | 0.65 | 0.80 | 358.29 | 0.51 | 0.14 |
| Hex | 34 | 11 | 12 | 0 | 43 | 41 | 50 | 166 | 33 | E |
| Octal | 64 | 21 | 22 | 0 | 103 | 101 | 120 | 546 | 63 | 16 |
| Binary | 110100 | 10001 | 10010 | 0 | 1000011 | 1000001 | 1010000 | 101100110 | 110011 | 1110 |
Color Harmonies of #341112
Complementary color
Monochromatic Colors of #341112
Black with #341112
Text Example
Text Example
White with #341112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341112; }
p { color: rgb(52,17,18); }
H1.HeaderClassName
{
color: #341112;
}
.AnyTagClassName
{
color: #341112;
}
</style>
background-color css
<style>
a { background-color: #341112; }
a { background-color: rgb(52,17,18); }
div.DivClassName
{
background-color: #341112;
}
.BgClassName
{
background-color: #341112;
}
</style>
border-color css
<style>
span { border-color: #341112; }
span { border-color: rgb(52,17,18); }
td.TdClassName
{
border-color: #341112;
}
.TagClassName
{
border-color: #341112;
}
</style>