Shades of Rustic Red #340203
Tints of Rustic Red #340203
RGB
CMYK
RGB Variations
Color information
#340203 (or 0x340203) is known color: Rustic Red. HEX triplet: 34, 02 and 03. RGB value is (52,2,3). Sum of RGB (Red+Green+Blue) = 52+2+3=57 (7% of max value = 765). Red value is 52 (20.70% from 255 or 91.23% from 57); Green value is 2 (1.17% from 255 or 3.51% from 57); Blue value is 3 (1.56% from 255 or 5.26% from 57); Max value from RGB is 52 - color contains mainly: red. Hex color #340203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340203 is #CBFDFC. Grayscale: #111111. Windows color (decimal): -13368829 or 197172. OLE color: 197172.
HSL color Cylindrical-coordinate representation of color #340203: hue angle of 358.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 #340203 is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 2 | 3 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.80 |
| HSL | 358.8º | 0.93% | 0.11% | - |
| HSV(B) | 358.8º | 0.96% | 0.2% | - |
| XYZ | 1.45 | 0.78 | 0.16 | - |
| YUV | 17.06 | 120.07 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 2 | 3 | 0 | 0.96 | 0.94 | 0.80 | 358.8 | 0.93 | 0.11 |
| Hex | 34 | 2 | 3 | 0 | 60 | 5E | 50 | 167 | 5D | B |
| Octal | 64 | 2 | 3 | 0 | 140 | 136 | 120 | 547 | 135 | 13 |
| Binary | 110100 | 10 | 11 | 0 | 1100000 | 1011110 | 1010000 | 101100111 | 1011101 | 1011 |
Color Harmonies of #340203
Complementary color
Monochromatic Colors of #340203
Black with #340203
Text Example
Text Example
White with #340203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340203; }
p { color: rgb(52,2,3); }
H1.HeaderClassName
{
color: #340203;
}
.AnyTagClassName
{
color: #340203;
}
</style>
background-color css
<style>
a { background-color: #340203; }
a { background-color: rgb(52,2,3); }
div.DivClassName
{
background-color: #340203;
}
.BgClassName
{
background-color: #340203;
}
</style>
border-color css
<style>
span { border-color: #340203; }
span { border-color: rgb(52,2,3); }
td.TdClassName
{
border-color: #340203;
}
.TagClassName
{
border-color: #340203;
}
</style>