#34070C

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

Shades of Rustic Red #34070C

Tints of Rustic Red #34070C

Color information

#34070C (or 0x34070C) is unknown color: approx Rustic Red. HEX triplet: 34, 07 and 0C. RGB value is (52,7,12). Sum of RGB (Red+Green+Blue) = 52+7+12=71 (9% of max value = 765). Red value is 52 (20.70% from 255 or 73.24% from 71); Green value is 7 (3.12% from 255 or 9.86% from 71); Blue value is 12 (5.08% from 255 or 16.90% from 71); Max value from RGB is 52 - color contains mainly: red. Hex color #34070C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34070C is #CBF8F3. Grayscale: #151515. Windows color (decimal): -13367540 or 788276. OLE color: 788276.

HSL color Cylindrical-coordinate representation of color #34070C: hue angle of 353.33º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #34070C is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.80.

Color convert

RGB52712-
CMYK00.870.770.80
HSL353.33º76.27%11.57%-
HSV(B)353.33º86.54%20.39%-
XYZ1.560.910.44-
YUV21.02122.91150.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 73.24%
GREEN value IS 7 (3.12% from 255) = 9.86%
BLUE value IS 12 (5.08% from 255) = 16.90%
R=73.24%
G=9.86%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.77
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5271200.870.770.80353.3376.2711.57
Hex347C0574D501614cc
Octal64714012711512054111414
Binary1101001111100010101111001101101000010110000110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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