Shades of Rustic Red #34000F
Tints of Rustic Red #34000F
RGB
CMYK
RGB Variations
Color information
#34000F (or 0x34000F) is known color: Rustic Red. HEX triplet: 34, 00 and 0F. RGB value is (52,0,15). Sum of RGB (Red+Green+Blue) = 52+0+15=67 (8% of max value = 765). Red value is 52 (20.70% from 255 or 77.61% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 15 (6.25% from 255 or 22.39% from 67); Max value from RGB is 52 - color contains mainly: red. Hex color #34000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34000F is #CBFFF0. Grayscale: #111111. Windows color (decimal): -13369329 or 983092. OLE color: 983092.
HSL color Cylindrical-coordinate representation of color #34000F: hue angle of 342.69º 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 #34000F is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.71 | 0.80 |
| HSL | 342.69º | 1% | 0.1% | - |
| HSV(B) | 342.69º | 1% | 0.2% | - |
| XYZ | 1.5 | 0.76 | 0.52 | - |
| YUV | 17.26 | 126.73 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 15 | 0 | 1 | 0.71 | 0.80 | 342.69 | 1 | 0.1 |
| Hex | 34 | 0 | F | 0 | 64 | 47 | 50 | 157 | 64 | A |
| Octal | 64 | 0 | 17 | 0 | 144 | 107 | 120 | 527 | 144 | 12 |
| Binary | 110100 | 0 | 1111 | 0 | 1100100 | 1000111 | 1010000 | 101010111 | 1100100 | 1010 |
Color Harmonies of #34000F
Complementary color
Monochromatic Colors of #34000F
Black with #34000F
Text Example
Text Example
White with #34000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34000F; }
p { color: rgb(52,0,15); }
H1.HeaderClassName
{
color: #34000F;
}
.AnyTagClassName
{
color: #34000F;
}
</style>
background-color css
<style>
a { background-color: #34000F; }
a { background-color: rgb(52,0,15); }
div.DivClassName
{
background-color: #34000F;
}
.BgClassName
{
background-color: #34000F;
}
</style>
border-color css
<style>
span { border-color: #34000F; }
span { border-color: rgb(52,0,15); }
td.TdClassName
{
border-color: #34000F;
}
.TagClassName
{
border-color: #34000F;
}
</style>