#331E20

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

Shades of Rustic Red #331E20

Tints of Rustic Red #331E20

Color information

#331E20 (or 0x331E20) is unknown color: approx Rustic Red. HEX triplet: 33, 1E and 20. RGB value is (51,30,32). Sum of RGB (Red+Green+Blue) = 51+30+32=113 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.13% from 113); Green value is 30 (12.11% from 255 or 26.55% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 51 - color contains mainly: red. Hex color #331E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331E20 is #CCE1DF. Grayscale: #242424. Windows color (decimal): -13427168 or 2104883. OLE color: 2104883.

HSL color Cylindrical-coordinate representation of color #331E20: hue angle of 354.29º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #331E20 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.8.

Color convert

RGB513032-
CMYK00.410.370.8
HSL354.29º25.93%15.88%-
HSV(B)354.29º41.18%20%-
XYZ2.091.741.59-
YUV36.51125.46138.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.13%
GREEN value IS 30 (12.11% from 255) = 26.55%
BLUE value IS 32 (12.89% from 255) = 28.32%
R=45.13%
G=26.55%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51303200.410.370.8354.2925.9315.88
Hex331E2002925501621a10
Octal633640051451205423220
Binary11001111110100000010100110010110100001011000101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331E20; }

 p { color: rgb(51,30,32); }

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

<style>
 a { background-color: #331E20; }

 a { background-color: rgb(51,30,32); }

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

<style>
 span { border-color: #331E20; }

 span { border-color: rgb(51,30,32); }

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