#340E1A

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

Shades of Rustic Red #340E1A

Tints of Rustic Red #340E1A

Color information

#340E1A (or 0x340E1A) is unknown color: approx Rustic Red. HEX triplet: 34, 0E and 1A. RGB value is (52,14,26). Sum of RGB (Red+Green+Blue) = 52+14+26=92 (12% of max value = 765). Red value is 52 (20.70% from 255 or 56.52% from 92); Green value is 14 (5.86% from 255 or 15.22% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 52 - color contains mainly: red. Hex color #340E1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340E1A is #CBF1E5. Grayscale: #1A1A1A. Windows color (decimal): -13365734 or 1707572. OLE color: 1707572.

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

Color convert

RGB521426-
CMYK00.730.500.80
HSL341.05º57.58%12.94%-
HSV(B)341.05º73.08%20.39%-
XYZ1.761.121.1-
YUV26.73127.59146.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 56.52%
GREEN value IS 14 (5.86% from 255) = 15.22%
BLUE value IS 26 (10.55% from 255) = 28.26%
R=56.52%
G=15.22%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52142600.730.500.80341.0557.5812.94
Hex34E1A04932501553ad
Octal6416320111621205257215
Binary1101001110110100100100111001010100001010101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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