Shades of Rustic Red #341011
Tints of Rustic Red #341011
RGB
CMYK
RGB Variations
Color information
#341011 (or 0x341011) is known color: Rustic Red. HEX triplet: 34, 10 and 11. RGB value is (52,16,17). Sum of RGB (Red+Green+Blue) = 52+16+17=85 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.18% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 52 - color contains mainly: red. Hex color #341011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341011 is #CBEFEE. Grayscale: #1A1A1A. Windows color (decimal): -13365231 or 1118260. OLE color: 1118260.
HSL color Cylindrical-coordinate representation of color #341011: hue angle of 358.33º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #341011 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 16 | 17 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.80 |
| HSL | 358.33º | 0.53% | 0.13% | - |
| HSV(B) | 358.33º | 0.69% | 0.2% | - |
| XYZ | 1.7 | 1.14 | 0.66 | - |
| YUV | 26.88 | 122.43 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 16 | 17 | 0 | 0.69 | 0.67 | 0.80 | 358.33 | 0.53 | 0.13 |
| Hex | 34 | 10 | 11 | 0 | 45 | 43 | 50 | 166 | 35 | D |
| Octal | 64 | 20 | 21 | 0 | 105 | 103 | 120 | 546 | 65 | 15 |
| Binary | 110100 | 10000 | 10001 | 0 | 1000101 | 1000011 | 1010000 | 101100110 | 110101 | 1101 |
Color Harmonies of #341011
Complementary color
Monochromatic Colors of #341011
Black with #341011
Text Example
Text Example
White with #341011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341011; }
p { color: rgb(52,16,17); }
H1.HeaderClassName
{
color: #341011;
}
.AnyTagClassName
{
color: #341011;
}
</style>
background-color css
<style>
a { background-color: #341011; }
a { background-color: rgb(52,16,17); }
div.DivClassName
{
background-color: #341011;
}
.BgClassName
{
background-color: #341011;
}
</style>
border-color css
<style>
span { border-color: #341011; }
span { border-color: rgb(52,16,17); }
td.TdClassName
{
border-color: #341011;
}
.TagClassName
{
border-color: #341011;
}
</style>