#34020E

Color #34020E Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #34020E

Tints of Rustic Red #34020E

Color information

#34020E (or 0x34020E) is unknown color: approx Rustic Red. HEX triplet: 34, 02 and 0E. RGB value is (52,2,14). Sum of RGB (Red+Green+Blue) = 52+2+14=68 (9% of max value = 765). Red value is 52 (20.70% from 255 or 76.47% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 14 (5.86% from 255 or 20.59% from 68); Max value from RGB is 52 - color contains mainly: red. Hex color #34020E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34020E is #CBFDF1. Grayscale: #121212. Windows color (decimal): -13368818 or 918068. OLE color: 918068.

HSL color Cylindrical-coordinate representation of color #34020E: hue angle of 345.6º 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 #34020E is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.80.

Color convert

RGB52214-
CMYK00.960.730.80
HSL345.6º92.59%10.59%-
HSV(B)345.6º96.15%20.39%-
XYZ1.520.810.49-
YUV18.32125.56152.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 76.47%
GREEN value IS 2 (1.17% from 255) = 2.94%
BLUE value IS 14 (5.86% from 255) = 20.59%
R=76.47%
G=2.94%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.73
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5221400.960.730.80345.692.5910.59
Hex342E060495015a5db
Octal64216014011112053213513
Binary110100101110011000001001001101000010101101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34020E; }

 p { color: rgb(52,2,14); }

 H1.HeaderClassName
 {
   color: #34020E;
 }
 .AnyTagClassName
 {
   color: #34020E;
 }
</style>
background-color css

<style>
 a { background-color: #34020E; }

 a { background-color: rgb(52,2,14); }

 div.DivClassName
 {
   background-color: #34020E;
 }
 .BgClassName
 {
   background-color: #34020E;
 }
</style>
border-color css

<style>
 span { border-color: #34020E; }

 span { border-color: rgb(52,2,14); }

 td.TdClassName
 {
   border-color: #34020E;
 }
 .TagClassName
 {
   border-color: #34020E;
 }
</style>