#340A13

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

Shades of Rustic Red #340A13

Tints of Rustic Red #340A13

Color information

#340A13 (or 0x340A13) is unknown color: approx Rustic Red. HEX triplet: 34, 0A and 13. RGB value is (52,10,19). Sum of RGB (Red+Green+Blue) = 52+10+19=81 (10% of max value = 765). Red value is 52 (20.70% from 255 or 64.20% from 81); Green value is 10 (4.30% from 255 or 12.35% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 52 - color contains mainly: red. Hex color #340A13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340A13 is #CBF5EC. Grayscale: #171717. Windows color (decimal): -13366765 or 1247796. OLE color: 1247796.

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

Color convert

RGB521019-
CMYK00.810.630.80
HSL347.14º67.74%12.16%-
HSV(B)347.14º80.77%20.39%-
XYZ1.640.990.72-
YUV23.58125.41148.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 64.20%
GREEN value IS 10 (4.30% from 255) = 12.35%
BLUE value IS 19 (7.81% from 255) = 23.46%
R=64.20%
G=12.35%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52101900.810.630.80347.1467.7412.16
Hex34A130513F5015b44c
Octal64122301217712053310414
Binary11010010101001101010001111111101000010101101110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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