#34000C

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

Shades of Rustic Red #34000C

Tints of Rustic Red #34000C

Color information

#34000C (or 0x34000C) is unknown color: approx Rustic Red. HEX triplet: 34, 00 and 0C. RGB value is (52,0,12). Sum of RGB (Red+Green+Blue) = 52+0+12=64 (8% of max value = 765). Red value is 52 (20.70% from 255 or 81.25% from 64); Green value is 0 (0.39% from 255 or 0% from 64); Blue value is 12 (5.08% from 255 or 18.75% from 64); Max value from RGB is 52 - color contains mainly: red. Hex color #34000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34000C is #CBFFF3. Grayscale: #101010. Windows color (decimal): -13369332 or 786484. OLE color: 786484.

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

Color convert

RGB52012-
CMYK010.770.80
HSL346.15º100%10.2%-
HSV(B)346.15º100%20.39%-
XYZ1.480.760.42-
YUV16.92125.23153.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 81.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 18.75%
R=81.25%
G=0%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.77
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52012010.770.80346.1510010.2
Hex340C0644D5015a64a
Octal64014014411512053214412
Binary11010001100011001001001101101000010101101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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