#340A11

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

Shades of Rustic Red #340A11

Tints of Rustic Red #340A11

Color information

#340A11 (or 0x340A11) is unknown color: approx Rustic Red. HEX triplet: 34, 0A and 11. RGB value is (52,10,17). Sum of RGB (Red+Green+Blue) = 52+10+17=79 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65.82% from 79); Green value is 10 (4.30% from 255 or 12.66% from 79); Blue value is 17 (7.03% from 255 or 21.52% from 79); Max value from RGB is 52 - color contains mainly: red. Hex color #340A11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340A11 is #CBF5EE. Grayscale: #171717. Windows color (decimal): -13366767 or 1116724. OLE color: 1116724.

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

Color convert

RGB521017-
CMYK00.810.670.80
HSL350º67.74%12.16%-
HSV(B)350º80.77%20.39%-
XYZ1.630.990.64-
YUV23.36124.41148.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 65.82%
GREEN value IS 10 (4.30% from 255) = 12.66%
BLUE value IS 17 (7.03% from 255) = 21.52%
R=65.82%
G=12.66%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52101700.810.670.8035067.7412.16
Hex34A11051435015e44c
Octal641221012110312053610414
Binary110100101010001010100011000011101000010101111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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