#340B14

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

Shades of Rustic Red #340B14

Tints of Rustic Red #340B14

Color information

#340B14 (or 0x340B14) is unknown color: approx Rustic Red. HEX triplet: 34, 0B and 14. RGB value is (52,11,20). Sum of RGB (Red+Green+Blue) = 52+11+20=83 (10% of max value = 765). Red value is 52 (20.70% from 255 or 62.65% from 83); Green value is 11 (4.69% from 255 or 13.25% from 83); Blue value is 20 (8.20% from 255 or 24.10% from 83); Max value from RGB is 52 - color contains mainly: red. Hex color #340B14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340B14 is #CBF4EB. Grayscale: #181818. Windows color (decimal): -13366508 or 1313588. OLE color: 1313588.

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

Color convert

RGB521120-
CMYK00.790.620.80
HSL346.83º65.08%12.35%-
HSV(B)346.83º78.85%20.39%-
XYZ1.661.020.77-
YUV24.28125.58147.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 62.65%
GREEN value IS 11 (4.69% from 255) = 13.25%
BLUE value IS 20 (8.20% from 255) = 24.10%
R=62.65%
G=13.25%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52112000.790.620.80346.8365.0812.35
Hex34B1404F3E5015b41c
Octal64132401177612053310114
Binary11010010111010001001111111110101000010101101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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