Shades of Rustic Red #34050B
Tints of Rustic Red #34050B
RGB
CMYK
RGB Variations
Color information
#34050B (or 0x34050B) is known color: Rustic Red. HEX triplet: 34, 05 and 0B. RGB value is (52,5,11). Sum of RGB (Red+Green+Blue) = 52+5+11=68 (9% of max value = 765). Red value is 52 (20.70% from 255 or 76.47% from 68); Green value is 5 (2.34% from 255 or 7.35% from 68); Blue value is 11 (4.69% from 255 or 16.18% from 68); Max value from RGB is 52 - color contains mainly: red. Hex color #34050B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34050B is #CBFAF4. Grayscale: #131313. Windows color (decimal): -13368053 or 722228. OLE color: 722228.
HSL color Cylindrical-coordinate representation of color #34050B: hue angle of 352.34º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34050B is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 5 | 11 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.80 |
| HSL | 352.34º | 0.82% | 0.11% | - |
| HSV(B) | 352.34º | 0.9% | 0.2% | - |
| XYZ | 1.53 | 0.86 | 0.4 | - |
| YUV | 19.74 | 123.07 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 5 | 11 | 0 | 0.90 | 0.79 | 0.80 | 352.34 | 0.82 | 0.11 |
| Hex | 34 | 5 | B | 0 | 5A | 4F | 50 | 160 | 52 | B |
| Octal | 64 | 5 | 13 | 0 | 132 | 117 | 120 | 540 | 122 | 13 |
| Binary | 110100 | 101 | 1011 | 0 | 1011010 | 1001111 | 1010000 | 101100000 | 1010010 | 1011 |
Color Harmonies of #34050B
Complementary color
Monochromatic Colors of #34050B
Black with #34050B
Text Example
Text Example
White with #34050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34050B; }
p { color: rgb(52,5,11); }
H1.HeaderClassName
{
color: #34050B;
}
.AnyTagClassName
{
color: #34050B;
}
</style>
background-color css
<style>
a { background-color: #34050B; }
a { background-color: rgb(52,5,11); }
div.DivClassName
{
background-color: #34050B;
}
.BgClassName
{
background-color: #34050B;
}
</style>
border-color css
<style>
span { border-color: #34050B; }
span { border-color: rgb(52,5,11); }
td.TdClassName
{
border-color: #34050B;
}
.TagClassName
{
border-color: #34050B;
}
</style>