#340E13

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

Shades of Rustic Red #340E13

Tints of Rustic Red #340E13

Color information

#340E13 (or 0x340E13) is unknown color: approx Rustic Red. HEX triplet: 34, 0E and 13. RGB value is (52,14,19). Sum of RGB (Red+Green+Blue) = 52+14+19=85 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.18% from 85); Green value is 14 (5.86% from 255 or 16.47% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 52 - color contains mainly: red. Hex color #340E13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340E13 is #CBF1EC. Grayscale: #191919. Windows color (decimal): -13365741 or 1248820. OLE color: 1248820.

HSL color Cylindrical-coordinate representation of color #340E13: hue angle of 352.11º 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 #340E13 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.80.

Color convert

RGB521419-
CMYK00.730.630.80
HSL352.11º57.58%12.94%-
HSV(B)352.11º73.08%20.39%-
XYZ1.691.090.74-
YUV25.93124.09146.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 61.18%
GREEN value IS 14 (5.86% from 255) = 16.47%
BLUE value IS 19 (7.81% from 255) = 22.35%
R=61.18%
G=16.47%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52141900.730.630.80352.1157.5812.94
Hex34E130493F501603ad
Octal6416230111771205407215
Binary1101001110100110100100111111110100001011000001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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