#340A14

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

Shades of Rustic Red #340A14

Tints of Rustic Red #340A14

Color information

#340A14 (or 0x340A14) is unknown color: approx Rustic Red. HEX triplet: 34, 0A and 14. RGB value is (52,10,20). Sum of RGB (Red+Green+Blue) = 52+10+20=82 (10% of max value = 765). Red value is 52 (20.70% from 255 or 63.41% from 82); Green value is 10 (4.30% from 255 or 12.20% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 52 - color contains mainly: red. Hex color #340A14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340A14 is #CBF5EB. Grayscale: #171717. Windows color (decimal): -13366764 or 1313332. OLE color: 1313332.

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

Color convert

RGB521020-
CMYK00.810.620.80
HSL345.71º67.74%12.16%-
HSV(B)345.71º80.77%20.39%-
XYZ1.6510.77-
YUV23.7125.91148.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 63.41%
GREEN value IS 10 (4.30% from 255) = 12.20%
BLUE value IS 20 (8.20% from 255) = 24.39%
R=63.41%
G=12.20%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52102000.810.620.80345.7167.7412.16
Hex34A140513E5015a44c
Octal64122401217612053210414
Binary11010010101010001010001111110101000010101101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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