#37191E

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

Shades of Rustic Red #37191E

Tints of Rustic Red #37191E

Color information

#37191E (or 0x37191E) is unknown color: approx Rustic Red. HEX triplet: 37, 19 and 1E. RGB value is (55,25,30). Sum of RGB (Red+Green+Blue) = 55+25+30=110 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 55 - color contains mainly: red. Hex color #37191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37191E is #C8E6E1. Grayscale: #222222. Windows color (decimal): -13166306 or 1972535. OLE color: 1972535.

HSL color Cylindrical-coordinate representation of color #37191E: hue angle of 350º 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 #37191E is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB552530-
CMYK00.550.450.78
HSL350º37.5%15.69%-
HSV(B)350º54.55%21.57%-
XYZ2.161.61.42-
YUV34.54125.44142.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 50%
GREEN value IS 25 (10.16% from 255) = 22.73%
BLUE value IS 30 (12.11% from 255) = 27.27%
R=50%
G=22.73%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55253000.550.450.7835037.515.69
Hex37191E0372D4E15e2610
Octal673136067551165364620
Binary11011111001111100110111101101100111010101111010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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