#371E20

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

Shades of Rustic Red #371E20

Tints of Rustic Red #371E20

Color information

#371E20 (or 0x371E20) is unknown color: approx Rustic Red. HEX triplet: 37, 1E and 20. RGB value is (55,30,32). Sum of RGB (Red+Green+Blue) = 55+30+32=117 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.01% from 117); Green value is 30 (12.11% from 255 or 25.64% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 55 - color contains mainly: red. Hex color #371E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371E20 is #C8E1DF. Grayscale: #252525. Windows color (decimal): -13165024 or 2104887. OLE color: 2104887.

HSL color Cylindrical-coordinate representation of color #371E20: hue angle of 355.2º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #371E20 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB553032-
CMYK00.450.420.78
HSL355.2º29.41%16.67%-
HSV(B)355.2º45.45%21.57%-
XYZ2.31.851.6-
YUV37.7124.78140.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 47.01%
GREEN value IS 30 (12.11% from 255) = 25.64%
BLUE value IS 32 (12.89% from 255) = 27.35%
R=47.01%
G=25.64%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55303200.450.420.78355.229.4116.67
Hex371E2002D2A4E1631d11
Octal673640055521165433521
Binary11011111110100000010110110101010011101011000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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