Shades of Rustic Red #34000A
Tints of Rustic Red #34000A
RGB
CMYK
RGB Variations
Color information
#34000A (or 0x34000A) is known color: Rustic Red. HEX triplet: 34, 00 and 0A. RGB value is (52,0,10). Sum of RGB (Red+Green+Blue) = 52+0+10=62 (8% of max value = 765). Red value is 52 (20.70% from 255 or 83.87% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 10 (4.30% from 255 or 16.13% from 62); Max value from RGB is 52 - color contains mainly: red. Hex color #34000A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34000A is #CBFFF5. Grayscale: #101010. Windows color (decimal): -13369334 or 655412. OLE color: 655412.
HSL color Cylindrical-coordinate representation of color #34000A: hue angle of 348.46º 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 #34000A is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.81 | 0.80 |
| HSL | 348.46º | 1% | 0.1% | - |
| HSV(B) | 348.46º | 1% | 0.2% | - |
| XYZ | 1.47 | 0.75 | 0.35 | - |
| YUV | 16.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 10 | 0 | 1 | 0.81 | 0.80 | 348.46 | 1 | 0.1 |
| Hex | 34 | 0 | A | 0 | 64 | 51 | 50 | 15C | 64 | A |
| Octal | 64 | 0 | 12 | 0 | 144 | 121 | 120 | 534 | 144 | 12 |
| Binary | 110100 | 0 | 1010 | 0 | 1100100 | 1010001 | 1010000 | 101011100 | 1100100 | 1010 |
Color Harmonies of #34000A
Complementary color
Monochromatic Colors of #34000A
Black with #34000A
Text Example
Text Example
White with #34000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34000A; }
p { color: rgb(52,0,10); }
H1.HeaderClassName
{
color: #34000A;
}
.AnyTagClassName
{
color: #34000A;
}
</style>
background-color css
<style>
a { background-color: #34000A; }
a { background-color: rgb(52,0,10); }
div.DivClassName
{
background-color: #34000A;
}
.BgClassName
{
background-color: #34000A;
}
</style>
border-color css
<style>
span { border-color: #34000A; }
span { border-color: rgb(52,0,10); }
td.TdClassName
{
border-color: #34000A;
}
.TagClassName
{
border-color: #34000A;
}
</style>