#340E17

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

Shades of Rustic Red #340E17

Tints of Rustic Red #340E17

Color information

#340E17 (or 0x340E17) is unknown color: approx Rustic Red. HEX triplet: 34, 0E and 17. RGB value is (52,14,23). Sum of RGB (Red+Green+Blue) = 52+14+23=89 (11% of max value = 765). Red value is 52 (20.70% from 255 or 58.43% from 89); Green value is 14 (5.86% from 255 or 15.73% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 52 - color contains mainly: red. Hex color #340E17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340E17 is #CBF1E8. Grayscale: #1A1A1A. Windows color (decimal): -13365737 or 1510964. OLE color: 1510964.

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

Color convert

RGB521423-
CMYK00.730.560.80
HSL345.79º57.58%12.94%-
HSV(B)345.79º73.08%20.39%-
XYZ1.731.110.93-
YUV26.39126.09146.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 58.43%
GREEN value IS 14 (5.86% from 255) = 15.73%
BLUE value IS 23 (9.38% from 255) = 25.84%
R=58.43%
G=15.73%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52142300.730.560.80345.7957.5812.94
Hex34E17049385015a3ad
Octal6416270111701205327215
Binary1101001110101110100100111100010100001010110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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