Shades of Rustic Red #34020D
Tints of Rustic Red #34020D
RGB
CMYK
RGB Variations
Color information
#34020D (or 0x34020D) is known color: Rustic Red. HEX triplet: 34, 02 and 0D. RGB value is (52,2,13). Sum of RGB (Red+Green+Blue) = 52+2+13=67 (8% of max value = 765). Red value is 52 (20.70% from 255 or 77.61% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 52 - color contains mainly: red. Hex color #34020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34020D is #CBFDF2. Grayscale: #121212. Windows color (decimal): -13368819 or 852532. OLE color: 852532.
HSL color Cylindrical-coordinate representation of color #34020D: hue angle of 346.8º 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 #34020D is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 2 | 13 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.80 |
| HSL | 346.8º | 0.93% | 0.11% | - |
| HSV(B) | 346.8º | 0.96% | 0.2% | - |
| XYZ | 1.51 | 0.8 | 0.46 | - |
| YUV | 18.2 | 125.07 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 2 | 13 | 0 | 0.96 | 0.75 | 0.80 | 346.8 | 0.93 | 0.11 |
| Hex | 34 | 2 | D | 0 | 60 | 4B | 50 | 15B | 5D | B |
| Octal | 64 | 2 | 15 | 0 | 140 | 113 | 120 | 533 | 135 | 13 |
| Binary | 110100 | 10 | 1101 | 0 | 1100000 | 1001011 | 1010000 | 101011011 | 1011101 | 1011 |
Color Harmonies of #34020D
Complementary color
Monochromatic Colors of #34020D
Black with #34020D
Text Example
Text Example
White with #34020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34020D; }
p { color: rgb(52,2,13); }
H1.HeaderClassName
{
color: #34020D;
}
.AnyTagClassName
{
color: #34020D;
}
</style>
background-color css
<style>
a { background-color: #34020D; }
a { background-color: rgb(52,2,13); }
div.DivClassName
{
background-color: #34020D;
}
.BgClassName
{
background-color: #34020D;
}
</style>
border-color css
<style>
span { border-color: #34020D; }
span { border-color: rgb(52,2,13); }
td.TdClassName
{
border-color: #34020D;
}
.TagClassName
{
border-color: #34020D;
}
</style>