#340B0E

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

Shades of Rustic Red #340B0E

Tints of Rustic Red #340B0E

Color information

#340B0E (or 0x340B0E) is unknown color: approx Rustic Red. HEX triplet: 34, 0B and 0E. RGB value is (52,11,14). Sum of RGB (Red+Green+Blue) = 52+11+14=77 (10% of max value = 765). Red value is 52 (20.70% from 255 or 67.53% from 77); Green value is 11 (4.69% from 255 or 14.29% from 77); Blue value is 14 (5.86% from 255 or 18.18% from 77); Max value from RGB is 52 - color contains mainly: red. Hex color #340B0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340B0E is #CBF4F1. Grayscale: #171717. Windows color (decimal): -13366514 or 920372. OLE color: 920372.

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

Color convert

RGB521114-
CMYK00.790.730.80
HSL355.61º65.08%12.35%-
HSV(B)355.61º78.85%20.39%-
XYZ1.6210.52-
YUV23.6122.58148.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 67.53%
GREEN value IS 11 (4.69% from 255) = 14.29%
BLUE value IS 14 (5.86% from 255) = 18.18%
R=67.53%
G=14.29%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.73
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52111400.790.730.80355.6165.0812.35
Hex34BE04F495016441c
Octal641316011711112054410114
Binary11010010111110010011111001001101000010110010010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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