#34060E

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

Shades of Rustic Red #34060E

Tints of Rustic Red #34060E

Color information

#34060E (or 0x34060E) is unknown color: approx Rustic Red. HEX triplet: 34, 06 and 0E. RGB value is (52,6,14). Sum of RGB (Red+Green+Blue) = 52+6+14=72 (9% of max value = 765). Red value is 52 (20.70% from 255 or 72.22% from 72); Green value is 6 (2.73% from 255 or 8.33% from 72); Blue value is 14 (5.86% from 255 or 19.44% from 72); Max value from RGB is 52 - color contains mainly: red. Hex color #34060E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34060E is #CBF9F1. Grayscale: #141414. Windows color (decimal): -13367794 or 919092. OLE color: 919092.

HSL color Cylindrical-coordinate representation of color #34060E: hue angle of 349.57º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34060E is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.80.

Color convert

RGB52614-
CMYK00.880.730.80
HSL349.57º79.31%11.37%-
HSV(B)349.57º88.46%20.39%-
XYZ1.560.890.51-
YUV20.67124.24150.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 72.22%
GREEN value IS 6 (2.73% from 255) = 8.33%
BLUE value IS 14 (5.86% from 255) = 19.44%
R=72.22%
G=8.33%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.73
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5261400.880.730.80349.5779.3111.37
Hex346E058495015e4fb
Octal64616013011112053611713
Binary1101001101110010110001001001101000010101111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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