#371B1E

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

Shades of Rustic Red #371B1E

Tints of Rustic Red #371B1E

Color information

#371B1E (or 0x371B1E) is unknown color: approx Rustic Red. HEX triplet: 37, 1B and 1E. RGB value is (55,27,30). Sum of RGB (Red+Green+Blue) = 55+27+30=112 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.11% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 55 - color contains mainly: red. Hex color #371B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371B1E is #C8E4E1. Grayscale: #232323. Windows color (decimal): -13165794 or 1973047. OLE color: 1973047.

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

Color convert

RGB552730-
CMYK00.510.450.78
HSL353.57º34.15%16.08%-
HSV(B)353.57º50.91%21.57%-
XYZ2.21.691.44-
YUV35.71124.78141.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 49.11%
GREEN value IS 27 (10.94% from 255) = 24.11%
BLUE value IS 30 (12.11% from 255) = 26.79%
R=49.11%
G=24.11%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55273000.510.450.78353.5734.1516.08
Hex371B1E0332D4E1622210
Octal673336063551165424220
Binary11011111011111100110011101101100111010110001010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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