Shades of Rustic Red #34080B
Tints of Rustic Red #34080B
RGB
CMYK
RGB Variations
Color information
#34080B (or 0x34080B) is known color: Rustic Red. HEX triplet: 34, 08 and 0B. RGB value is (52,8,11). Sum of RGB (Red+Green+Blue) = 52+8+11=71 (9% of max value = 765). Red value is 52 (20.70% from 255 or 73.24% from 71); Green value is 8 (3.52% from 255 or 11.27% from 71); Blue value is 11 (4.69% from 255 or 15.49% from 71); Max value from RGB is 52 - color contains mainly: red. Hex color #34080B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34080B is #CBF7F4. Grayscale: #151515. Windows color (decimal): -13367285 or 722996. OLE color: 722996.
HSL color Cylindrical-coordinate representation of color #34080B: hue angle of 355.91º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #34080B is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 8 | 11 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.80 |
| HSL | 355.91º | 0.73% | 0.12% | - |
| HSV(B) | 355.91º | 0.85% | 0.2% | - |
| XYZ | 1.56 | 0.93 | 0.41 | - |
| YUV | 21.5 | 122.08 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 8 | 11 | 0 | 0.85 | 0.79 | 0.80 | 355.91 | 0.73 | 0.12 |
| Hex | 34 | 8 | B | 0 | 55 | 4F | 50 | 164 | 49 | C |
| Octal | 64 | 10 | 13 | 0 | 125 | 117 | 120 | 544 | 111 | 14 |
| Binary | 110100 | 1000 | 1011 | 0 | 1010101 | 1001111 | 1010000 | 101100100 | 1001001 | 1100 |
Color Harmonies of #34080B
Complementary color
Monochromatic Colors of #34080B
Black with #34080B
Text Example
Text Example
White with #34080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34080B; }
p { color: rgb(52,8,11); }
H1.HeaderClassName
{
color: #34080B;
}
.AnyTagClassName
{
color: #34080B;
}
</style>
background-color css
<style>
a { background-color: #34080B; }
a { background-color: rgb(52,8,11); }
div.DivClassName
{
background-color: #34080B;
}
.BgClassName
{
background-color: #34080B;
}
</style>
border-color css
<style>
span { border-color: #34080B; }
span { border-color: rgb(52,8,11); }
td.TdClassName
{
border-color: #34080B;
}
.TagClassName
{
border-color: #34080B;
}
</style>