#340A12

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

Shades of Rustic Red #340A12

Tints of Rustic Red #340A12

Color information

#340A12 (or 0x340A12) is unknown color: approx Rustic Red. HEX triplet: 34, 0A and 12. RGB value is (52,10,18). Sum of RGB (Red+Green+Blue) = 52+10+18=80 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65% from 80); Green value is 10 (4.30% from 255 or 12.5% from 80); Blue value is 18 (7.42% from 255 or 22.5% from 80); Max value from RGB is 52 - color contains mainly: red. Hex color #340A12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340A12 is #CBF5ED. Grayscale: #171717. Windows color (decimal): -13366766 or 1182260. OLE color: 1182260.

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

Color convert

RGB521018-
CMYK00.810.650.80
HSL348.57º67.74%12.16%-
HSV(B)348.57º80.77%20.39%-
XYZ1.630.990.68-
YUV23.47124.91148.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 65%
GREEN value IS 10 (4.30% from 255) = 12.5%
BLUE value IS 18 (7.42% from 255) = 22.5%
R=65%
G=12.5%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.65
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52101800.810.650.80348.5767.7412.16
Hex34A12051415015d44c
Octal641222012110112053510414
Binary110100101010010010100011000001101000010101110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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