#340F16

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

Shades of Rustic Red #340F16

Tints of Rustic Red #340F16

Color information

#340F16 (or 0x340F16) is unknown color: approx Rustic Red. HEX triplet: 34, 0F and 16. RGB value is (52,15,22). Sum of RGB (Red+Green+Blue) = 52+15+22=89 (11% of max value = 765). Red value is 52 (20.70% from 255 or 58.43% from 89); Green value is 15 (6.25% from 255 or 16.85% from 89); Blue value is 22 (8.98% from 255 or 24.72% from 89); Max value from RGB is 52 - color contains mainly: red. Hex color #340F16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340F16 is #CBF0E9. Grayscale: #1A1A1A. Windows color (decimal): -13365482 or 1445684. OLE color: 1445684.

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

Color convert

RGB521522-
CMYK00.710.580.80
HSL348.65º55.22%13.14%-
HSV(B)348.65º71.15%20.39%-
XYZ1.731.130.89-
YUV26.86125.26145.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 58.43%
GREEN value IS 15 (6.25% from 255) = 16.85%
BLUE value IS 22 (8.98% from 255) = 24.72%
R=58.43%
G=16.85%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52152200.710.580.80348.6555.2213.14
Hex34F160473A5015d37d
Octal6417260107721205356715
Binary1101001111101100100011111101010100001010111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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