#37191D

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

Shades of Rustic Red #37191D

Tints of Rustic Red #37191D

Color information

#37191D (or 0x37191D) is unknown color: approx Rustic Red. HEX triplet: 37, 19 and 1D. RGB value is (55,25,29). Sum of RGB (Red+Green+Blue) = 55+25+29=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #37191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37191D is #C8E6E2. Grayscale: #222222. Windows color (decimal): -13166307 or 1906999. OLE color: 1906999.

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

Color convert

RGB552529-
CMYK00.550.470.78
HSL352º37.5%15.69%-
HSV(B)352º54.55%21.57%-
XYZ2.141.61.36-
YUV34.43124.94142.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 50.46%
GREEN value IS 25 (10.16% from 255) = 22.94%
BLUE value IS 29 (11.72% from 255) = 26.61%
R=50.46%
G=22.94%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55252900.550.470.7835237.515.69
Hex37191D0372F4E1602610
Octal673135067571165404620
Binary11011111001111010110111101111100111010110000010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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