#341D20

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

Shades of Rustic Red #341D20

Tints of Rustic Red #341D20

Color information

#341D20 (or 0x341D20) is unknown color: approx Rustic Red. HEX triplet: 34, 1D and 20. RGB value is (52,29,32). Sum of RGB (Red+Green+Blue) = 52+29+32=113 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.02% from 113); Green value is 29 (11.72% from 255 or 25.66% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 52 - color contains mainly: red. Hex color #341D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341D20 is #CBE2DF. Grayscale: #242424. Windows color (decimal): -13361888 or 2104628. OLE color: 2104628.

HSL color Cylindrical-coordinate representation of color #341D20: hue angle of 352.17º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #341D20 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB522932-
CMYK00.440.380.80
HSL352.17º28.4%15.88%-
HSV(B)352.17º44.23%20.39%-
XYZ2.121.711.59-
YUV36.22125.62139.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.02%
GREEN value IS 29 (11.72% from 255) = 25.66%
BLUE value IS 32 (12.89% from 255) = 28.32%
R=46.02%
G=25.66%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52293200.440.380.80352.1728.415.88
Hex341D2002C26501601c10
Octal643540054461205403420
Binary11010011101100000010110010011010100001011000001110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341D20; }

 p { color: rgb(52,29,32); }

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

<style>
 a { background-color: #341D20; }

 a { background-color: rgb(52,29,32); }

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

<style>
 span { border-color: #341D20; }

 span { border-color: rgb(52,29,32); }

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