Shades of Rustic Red #34080F
Tints of Rustic Red #34080F
RGB
CMYK
RGB Variations
Color information
#34080F (or 0x34080F) is known color: Rustic Red. HEX triplet: 34, 08 and 0F. RGB value is (52,8,15). Sum of RGB (Red+Green+Blue) = 52+8+15=75 (9% of max value = 765). Red value is 52 (20.70% from 255 or 69.33% from 75); Green value is 8 (3.52% from 255 or 10.67% from 75); Blue value is 15 (6.25% from 255 or 20% from 75); Max value from RGB is 52 - color contains mainly: red. Hex color #34080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34080F is #CBF7F0. Grayscale: #151515. Windows color (decimal): -13367281 or 985140. OLE color: 985140.
HSL color Cylindrical-coordinate representation of color #34080F: hue angle of 350.45º 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 #34080F is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 8 | 15 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.80 |
| HSL | 350.45º | 0.73% | 0.12% | - |
| HSV(B) | 350.45º | 0.85% | 0.2% | - |
| XYZ | 1.59 | 0.94 | 0.55 | - |
| YUV | 21.95 | 124.08 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 8 | 15 | 0 | 0.85 | 0.71 | 0.80 | 350.45 | 0.73 | 0.12 |
| Hex | 34 | 8 | F | 0 | 55 | 47 | 50 | 15E | 49 | C |
| Octal | 64 | 10 | 17 | 0 | 125 | 107 | 120 | 536 | 111 | 14 |
| Binary | 110100 | 1000 | 1111 | 0 | 1010101 | 1000111 | 1010000 | 101011110 | 1001001 | 1100 |
Color Harmonies of #34080F
Complementary color
Monochromatic Colors of #34080F
Black with #34080F
Text Example
Text Example
White with #34080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34080F; }
p { color: rgb(52,8,15); }
H1.HeaderClassName
{
color: #34080F;
}
.AnyTagClassName
{
color: #34080F;
}
</style>
background-color css
<style>
a { background-color: #34080F; }
a { background-color: rgb(52,8,15); }
div.DivClassName
{
background-color: #34080F;
}
.BgClassName
{
background-color: #34080F;
}
</style>
border-color css
<style>
span { border-color: #34080F; }
span { border-color: rgb(52,8,15); }
td.TdClassName
{
border-color: #34080F;
}
.TagClassName
{
border-color: #34080F;
}
</style>