#34020C

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

Shades of Rustic Red #34020C

Tints of Rustic Red #34020C

Color information

#34020C (or 0x34020C) is unknown color: approx Rustic Red. HEX triplet: 34, 02 and 0C. RGB value is (52,2,12). Sum of RGB (Red+Green+Blue) = 52+2+12=66 (8% of max value = 765). Red value is 52 (20.70% from 255 or 78.79% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 12 (5.08% from 255 or 18.18% from 66); Max value from RGB is 52 - color contains mainly: red. Hex color #34020C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34020C is #CBFDF3. Grayscale: #121212. Windows color (decimal): -13368820 or 786996. OLE color: 786996.

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

Color convert

RGB52212-
CMYK00.960.770.80
HSL348º92.59%10.59%-
HSV(B)348º96.15%20.39%-
XYZ1.50.80.42-
YUV18.09124.56152.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 78.79%
GREEN value IS 2 (1.17% from 255) = 3.03%
BLUE value IS 12 (5.08% from 255) = 18.18%
R=78.79%
G=3.03%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.77
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5221200.960.770.8034892.5910.59
Hex342C0604D5015c5db
Octal64214014011512053413513
Binary110100101100011000001001101101000010101110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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