Html Css Color HEX #37191E Rustic Red

📋 copy color: '#37191E'

red 55 ◦ green 25 ◦ blue 30

#37191E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #37191E

Tints of Rustic Red #37191E

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 value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#37191E (or 0x37191E) is known color: 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

RGB 55 25 30 -
CMYK 0 0.55 0.45 0.78
HSL 350º 0.38% 0.16% -
HSV(B) 350º 0.55% 0.22% -
XYZ 2.16 1.6 1.42 -
YUV 34.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 55 25 30 0 0.55 0.45 0.78 350 0.38 0.16
Hex 37 19 1E 0 37 2D 4E 15E 26 10
Octal 67 31 36 0 67 55 116 536 46 20
Binary 110111 11001 11110 0 110111 101101 1001110 101011110 100110 10000

Color Harmonies of #37191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37191E

Black with #37191E

Text Example


Text Example

White with #37191E

Text Example


Text Example

HTML Codes & Css Web 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>