#340F11

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

Shades of Rustic Red #340F11

Tints of Rustic Red #340F11

Color information

#340F11 (or 0x340F11) is unknown color: approx Rustic Red. HEX triplet: 34, 0F and 11. RGB value is (52,15,17). Sum of RGB (Red+Green+Blue) = 52+15+17=84 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.90% from 84); Green value is 15 (6.25% from 255 or 17.86% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 52 - color contains mainly: red. Hex color #340F11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340F11 is #CBF0EE. Grayscale: #1A1A1A. Windows color (decimal): -13365487 or 1118004. OLE color: 1118004.

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

Color convert

RGB521517-
CMYK00.710.670.80
HSL356.76º55.22%13.14%-
HSV(B)356.76º71.15%20.39%-
XYZ1.691.110.66-
YUV26.29122.76146.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 61.90%
GREEN value IS 15 (6.25% from 255) = 17.86%
BLUE value IS 17 (7.03% from 255) = 20.24%
R=61.90%
G=17.86%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52151700.710.670.80356.7655.2213.14
Hex34F11047435016537d
Octal64172101071031205456715
Binary11010011111000101000111100001110100001011001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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