#340A16

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

Shades of Rustic Red #340A16

Tints of Rustic Red #340A16

Color information

#340A16 (or 0x340A16) is unknown color: approx Rustic Red. HEX triplet: 34, 0A and 16. RGB value is (52,10,22). Sum of RGB (Red+Green+Blue) = 52+10+22=84 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.90% from 84); Green value is 10 (4.30% from 255 or 11.90% from 84); Blue value is 22 (8.98% from 255 or 26.19% from 84); Max value from RGB is 52 - color contains mainly: red. Hex color #340A16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340A16 is #CBF5E9. Grayscale: #171717. Windows color (decimal): -13366762 or 1444404. OLE color: 1444404.

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

Color convert

RGB521022-
CMYK00.810.580.80
HSL342.86º67.74%12.16%-
HSV(B)342.86º80.77%20.39%-
XYZ1.671.010.87-
YUV23.93126.91148.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 61.90%
GREEN value IS 10 (4.30% from 255) = 11.90%
BLUE value IS 22 (8.98% from 255) = 26.19%
R=61.90%
G=11.90%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52102200.810.580.80342.8667.7412.16
Hex34A160513A5015744c
Octal64122601217212052710414
Binary11010010101011001010001111010101000010101011110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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