Shades of Rustic Red #340003
Tints of Rustic Red #340003
RGB
CMYK
RGB Variations
Color information
#340003 (or 0x340003) is known color: Rustic Red. HEX triplet: 34, 00 and 03. RGB value is (52,0,3). Sum of RGB (Red+Green+Blue) = 52+0+3=55 (7% of max value = 765). Red value is 52 (20.70% from 255 or 94.55% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 3 (1.56% from 255 or 5.45% from 55); Max value from RGB is 52 - color contains mainly: red. Hex color #340003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340003 is #CBFFFC. Grayscale: #0F0F0F. Windows color (decimal): -13369341 or 196660. OLE color: 196660.
HSL color Cylindrical-coordinate representation of color #340003: hue angle of 356.54º 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 #340003 is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.94 | 0.80 |
| HSL | 356.54º | 1% | 0.1% | - |
| HSV(B) | 356.54º | 1% | 0.2% | - |
| XYZ | 1.43 | 0.74 | 0.15 | - |
| YUV | 15.89 | 120.73 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 3 | 0 | 1 | 0.94 | 0.80 | 356.54 | 1 | 0.1 |
| Hex | 34 | 0 | 3 | 0 | 64 | 5E | 50 | 165 | 64 | A |
| Octal | 64 | 0 | 3 | 0 | 144 | 136 | 120 | 545 | 144 | 12 |
| Binary | 110100 | 0 | 11 | 0 | 1100100 | 1011110 | 1010000 | 101100101 | 1100100 | 1010 |
Color Harmonies of #340003
Complementary color
Monochromatic Colors of #340003
Black with #340003
Text Example
Text Example
White with #340003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340003; }
p { color: rgb(52,0,3); }
H1.HeaderClassName
{
color: #340003;
}
.AnyTagClassName
{
color: #340003;
}
</style>
background-color css
<style>
a { background-color: #340003; }
a { background-color: rgb(52,0,3); }
div.DivClassName
{
background-color: #340003;
}
.BgClassName
{
background-color: #340003;
}
</style>
border-color css
<style>
span { border-color: #340003; }
span { border-color: rgb(52,0,3); }
td.TdClassName
{
border-color: #340003;
}
.TagClassName
{
border-color: #340003;
}
</style>