Shades of Rustic Red #34000B
Tints of Rustic Red #34000B
RGB
CMYK
RGB Variations
Color information
#34000B (or 0x34000B) is known color: Rustic Red. HEX triplet: 34, 00 and 0B. RGB value is (52,0,11). Sum of RGB (Red+Green+Blue) = 52+0+11=63 (8% of max value = 765). Red value is 52 (20.70% from 255 or 82.54% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 11 (4.69% from 255 or 17.46% from 63); Max value from RGB is 52 - color contains mainly: red. Hex color #34000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34000B is #CBFFF4. Grayscale: #101010. Windows color (decimal): -13369333 or 720948. OLE color: 720948.
HSL color Cylindrical-coordinate representation of color #34000B: hue angle of 347.31º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34000B is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.79 | 0.80 |
| HSL | 347.31º | 1% | 0.1% | - |
| HSV(B) | 347.31º | 1% | 0.2% | - |
| XYZ | 1.48 | 0.75 | 0.38 | - |
| YUV | 16.8 | 124.73 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 11 | 0 | 1 | 0.79 | 0.80 | 347.31 | 1 | 0.1 |
| Hex | 34 | 0 | B | 0 | 64 | 4F | 50 | 15B | 64 | A |
| Octal | 64 | 0 | 13 | 0 | 144 | 117 | 120 | 533 | 144 | 12 |
| Binary | 110100 | 0 | 1011 | 0 | 1100100 | 1001111 | 1010000 | 101011011 | 1100100 | 1010 |
Color Harmonies of #34000B
Complementary color
Monochromatic Colors of #34000B
Black with #34000B
Text Example
Text Example
White with #34000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34000B; }
p { color: rgb(52,0,11); }
H1.HeaderClassName
{
color: #34000B;
}
.AnyTagClassName
{
color: #34000B;
}
</style>
background-color css
<style>
a { background-color: #34000B; }
a { background-color: rgb(52,0,11); }
div.DivClassName
{
background-color: #34000B;
}
.BgClassName
{
background-color: #34000B;
}
</style>
border-color css
<style>
span { border-color: #34000B; }
span { border-color: rgb(52,0,11); }
td.TdClassName
{
border-color: #34000B;
}
.TagClassName
{
border-color: #34000B;
}
</style>