#340A18

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

Shades of Rustic Red #340A18

Tints of Rustic Red #340A18

Color information

#340A18 (or 0x340A18) is unknown color: approx Rustic Red. HEX triplet: 34, 0A and 18. RGB value is (52,10,24). Sum of RGB (Red+Green+Blue) = 52+10+24=86 (11% of max value = 765). Red value is 52 (20.70% from 255 or 60.47% from 86); Green value is 10 (4.30% from 255 or 11.63% from 86); Blue value is 24 (9.77% from 255 or 27.91% from 86); Max value from RGB is 52 - color contains mainly: red. Hex color #340A18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340A18 is #CBF5E7. Grayscale: #181818. Windows color (decimal): -13366760 or 1575476. OLE color: 1575476.

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

Color convert

RGB521024-
CMYK00.810.540.80
HSL340º67.74%12.16%-
HSV(B)340º80.77%20.39%-
XYZ1.691.010.97-
YUV24.15127.91147.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 60.47%
GREEN value IS 10 (4.30% from 255) = 11.63%
BLUE value IS 24 (9.77% from 255) = 27.91%
R=60.47%
G=11.63%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52102400.810.540.8034067.7412.16
Hex34A18051365015444c
Octal64123001216612052410414
Binary11010010101100001010001110110101000010101010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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