#340A0E

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

Shades of Rustic Red #340A0E

Tints of Rustic Red #340A0E

Color information

#340A0E (or 0x340A0E) is unknown color: approx Rustic Red. HEX triplet: 34, 0A and 0E. RGB value is (52,10,14). Sum of RGB (Red+Green+Blue) = 52+10+14=76 (10% of max value = 765). Red value is 52 (20.70% from 255 or 68.42% from 76); Green value is 10 (4.30% from 255 or 13.16% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 52 - color contains mainly: red. Hex color #340A0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340A0E is #CBF5F1. Grayscale: #171717. Windows color (decimal): -13366770 or 920116. OLE color: 920116.

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

Color convert

RGB521014-
CMYK00.810.730.80
HSL354.29º67.74%12.16%-
HSV(B)354.29º80.77%20.39%-
XYZ1.60.980.52-
YUV23.01122.91148.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 68.42%
GREEN value IS 10 (4.30% from 255) = 13.16%
BLUE value IS 14 (5.86% from 255) = 18.42%
R=68.42%
G=13.16%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52101400.810.730.80354.2967.7412.16
Hex34AE051495016244c
Octal641216012111112054210414
Binary11010010101110010100011001001101000010110001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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