#340E10

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

Shades of Rustic Red #340E10

Tints of Rustic Red #340E10

Color information

#340E10 (or 0x340E10) is unknown color: approx Rustic Red. HEX triplet: 34, 0E and 10. RGB value is (52,14,16). Sum of RGB (Red+Green+Blue) = 52+14+16=82 (10% of max value = 765). Red value is 52 (20.70% from 255 or 63.41% from 82); Green value is 14 (5.86% from 255 or 17.07% from 82); Blue value is 16 (6.64% from 255 or 19.51% from 82); Max value from RGB is 52 - color contains mainly: red. Hex color #340E10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340E10 is #CBF1EF. Grayscale: #191919. Windows color (decimal): -13365744 or 1052212. OLE color: 1052212.

HSL color Cylindrical-coordinate representation of color #340E10: hue angle of 356.84º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #340E10 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.80.

Color convert

RGB521416-
CMYK00.730.690.80
HSL356.84º57.58%12.94%-
HSV(B)356.84º73.08%20.39%-
XYZ1.671.080.61-
YUV25.59122.59146.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 63.41%
GREEN value IS 14 (5.86% from 255) = 17.07%
BLUE value IS 16 (6.64% from 255) = 19.51%
R=63.41%
G=17.07%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52141600.730.690.80356.8457.5812.94
Hex34E1004945501653ad
Octal64162001111051205457215
Binary11010011101000001001001100010110100001011001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340E10; }

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

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

<style>
 a { background-color: #340E10; }

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

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

<style>
 span { border-color: #340E10; }

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

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