Shades of Rustic Red #34020A
Tints of Rustic Red #34020A
RGB
CMYK
RGB Variations
Color information
#34020A (or 0x34020A) is known color: Rustic Red. HEX triplet: 34, 02 and 0A. RGB value is (52,2,10). Sum of RGB (Red+Green+Blue) = 52+2+10=64 (8% of max value = 765). Red value is 52 (20.70% from 255 or 81.25% from 64); Green value is 2 (1.17% from 255 or 3.12% from 64); Blue value is 10 (4.30% from 255 or 15.62% from 64); Max value from RGB is 52 - color contains mainly: red. Hex color #34020A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34020A is #CBFDF5. Grayscale: #111111. Windows color (decimal): -13368822 or 655924. OLE color: 655924.
HSL color Cylindrical-coordinate representation of color #34020A: hue angle of 350.4º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #34020A is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 2 | 10 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.80 |
| HSL | 350.4º | 0.93% | 0.11% | - |
| HSV(B) | 350.4º | 0.96% | 0.2% | - |
| XYZ | 1.49 | 0.8 | 0.36 | - |
| YUV | 17.86 | 123.57 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 2 | 10 | 0 | 0.96 | 0.81 | 0.80 | 350.4 | 0.93 | 0.11 |
| Hex | 34 | 2 | A | 0 | 60 | 51 | 50 | 15E | 5D | B |
| Octal | 64 | 2 | 12 | 0 | 140 | 121 | 120 | 536 | 135 | 13 |
| Binary | 110100 | 10 | 1010 | 0 | 1100000 | 1010001 | 1010000 | 101011110 | 1011101 | 1011 |
Color Harmonies of #34020A
Complementary color
Monochromatic Colors of #34020A
Black with #34020A
Text Example
Text Example
White with #34020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34020A; }
p { color: rgb(52,2,10); }
H1.HeaderClassName
{
color: #34020A;
}
.AnyTagClassName
{
color: #34020A;
}
</style>
background-color css
<style>
a { background-color: #34020A; }
a { background-color: rgb(52,2,10); }
div.DivClassName
{
background-color: #34020A;
}
.BgClassName
{
background-color: #34020A;
}
</style>
border-color css
<style>
span { border-color: #34020A; }
span { border-color: rgb(52,2,10); }
td.TdClassName
{
border-color: #34020A;
}
.TagClassName
{
border-color: #34020A;
}
</style>