#340F19

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

Shades of Rustic Red #340F19

Tints of Rustic Red #340F19

Color information

#340F19 (or 0x340F19) is unknown color: approx Rustic Red. HEX triplet: 34, 0F and 19. RGB value is (52,15,25). Sum of RGB (Red+Green+Blue) = 52+15+25=92 (12% of max value = 765). Red value is 52 (20.70% from 255 or 56.52% from 92); Green value is 15 (6.25% from 255 or 16.30% from 92); Blue value is 25 (10.16% from 255 or 27.17% from 92); Max value from RGB is 52 - color contains mainly: red. Hex color #340F19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340F19 is #CBF0E6. Grayscale: #1B1B1B. Windows color (decimal): -13365479 or 1642292. OLE color: 1642292.

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

Color convert

RGB521525-
CMYK00.710.520.80
HSL343.78º55.22%13.14%-
HSV(B)343.78º71.15%20.39%-
XYZ1.761.141.05-
YUV27.2126.76145.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 56.52%
GREEN value IS 15 (6.25% from 255) = 16.30%
BLUE value IS 25 (10.16% from 255) = 27.17%
R=56.52%
G=16.30%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52152500.710.520.80343.7855.2213.14
Hex34F19047345015837d
Octal6417310107641205306715
Binary1101001111110010100011111010010100001010110001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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