#340D0E

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

Shades of Rustic Red #340D0E

Tints of Rustic Red #340D0E

Color information

#340D0E (or 0x340D0E) is unknown color: approx Rustic Red. HEX triplet: 34, 0D and 0E. RGB value is (52,13,14). Sum of RGB (Red+Green+Blue) = 52+13+14=79 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65.82% from 79); Green value is 13 (5.47% from 255 or 16.46% from 79); Blue value is 14 (5.86% from 255 or 17.72% from 79); Max value from RGB is 52 - color contains mainly: red. Hex color #340D0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340D0E is #CBF2F1. Grayscale: #181818. Windows color (decimal): -13366002 or 920884. OLE color: 920884.

HSL color Cylindrical-coordinate representation of color #340D0E: hue angle of 358.46º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #340D0E is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.80.

Color convert

RGB521314-
CMYK00.750.730.80
HSL358.46º60%12.75%-
HSV(B)358.46º75%20.39%-
XYZ1.641.050.53-
YUV24.78121.92147.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 65.82%
GREEN value IS 13 (5.47% from 255) = 16.46%
BLUE value IS 14 (5.86% from 255) = 17.72%
R=65.82%
G=16.46%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52131400.750.730.80358.466012.75
Hex34DE04B49501663cd
Octal64151601131111205467415
Binary1101001101111001001011100100110100001011001101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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