Html Css Color HEX #37191D Rustic Red

📋 copy color: '#37191D'

red 55 ◦ green 25 ◦ blue 29

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

Shades of Rustic Red #37191D

Tints of Rustic Red #37191D

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

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

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

RGB 55 25 29 -
CMYK 0 0.55 0.47 0.78
HSL 352º 0.38% 0.16% -
HSV(B) 352º 0.55% 0.22% -
XYZ 2.14 1.6 1.36 -
YUV 34.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 55 25 29 0 0.55 0.47 0.78 352 0.38 0.16
Hex 37 19 1D 0 37 2F 4E 160 26 10
Octal 67 31 35 0 67 57 116 540 46 20
Binary 110111 11001 11101 0 110111 101111 1001110 101100000 100110 10000

Color Harmonies of #37191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37191D

Black with #37191D

Text Example


Text Example

White with #37191D

Text Example


Text Example

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