#37191B

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

Shades of Rustic Red #37191B

Tints of Rustic Red #37191B

Color information

#37191B (or 0x37191B) is unknown color: approx Rustic Red. HEX triplet: 37, 19 and 1B. RGB value is (55,25,27). Sum of RGB (Red+Green+Blue) = 55+25+27=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #37191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37191B is #C8E6E4. Grayscale: #222222. Windows color (decimal): -13166309 or 1775927. OLE color: 1775927.

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

Color convert

RGB552527-
CMYK00.550.510.78
HSL356º37.5%15.69%-
HSV(B)356º54.55%21.57%-
XYZ2.121.591.23-
YUV34.2123.94142.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 51.40%
GREEN value IS 25 (10.16% from 255) = 23.36%
BLUE value IS 27 (10.94% from 255) = 25.23%
R=51.40%
G=23.36%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55252700.550.510.7835637.515.69
Hex37191B037334E1642610
Octal673133067631165444620
Binary11011111001110110110111110011100111010110010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37191B; }

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

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

<style>
 a { background-color: #37191B; }

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

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

<style>
 span { border-color: #37191B; }

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

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