Html Css Color HEX #37131C Rustic Red

📋 copy color: '#37131C'

red 55 ◦ green 19 ◦ blue 28

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

Shades of Rustic Red #37131C

Tints of Rustic Red #37131C

RGB

 RED value IS 55 (21.88% from 255) = 53.92%

 GREEN value IS 19 (7.81% from 255) = 18.63%

 BLUE value IS 28 (11.33% from 255) = 27.45%

R = 53.92%
G = 18.63%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.78

RGB Variations

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

Color information

#37131C (or 0x37131C) is known color: Rustic Red. HEX triplet: 37, 13 and 1C. RGB value is (55,19,28). Sum of RGB (Red+Green+Blue) = 55+19+28=102 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.92% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 55 - color contains mainly: red. Hex color #37131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37131C is #C8ECE3. Grayscale: #1E1E1E. Windows color (decimal): -13167844 or 1839927. OLE color: 1839927.

HSL color Cylindrical-coordinate representation of color #37131C: hue angle of 345º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37131C is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 19 28 -
CMYK 0 0.65 0.49 0.78
HSL 345º 0.49% 0.15% -
HSV(B) 345º 0.65% 0.22% -
XYZ 2.02 1.36 1.26 -
YUV 30.79 126.43 145.27 -
System Red Green Blue C M Y K H S L
Decimal 55 19 28 0 0.65 0.49 0.78 345 0.49 0.15
Hex 37 13 1C 0 41 31 4E 159 31 F
Octal 67 23 34 0 101 61 116 531 61 17
Binary 110111 10011 11100 0 1000001 110001 1001110 101011001 110001 1111

Color Harmonies of #37131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37131C

Black with #37131C

Text Example


Text Example

White with #37131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37131C; }

 p { color: rgb(55,19,28); }

 H1.HeaderClassName
 {
   color: #37131C;
 }
 .AnyTagClassName
 {
   color: #37131C;
 }
</style>

background-color css

<style>
 a { background-color: #37131C; }

 a { background-color: rgb(55,19,28); }

 div.DivClassName
 {
   background-color: #37131C;
 }
 .BgClassName
 {
   background-color: #37131C;
 }
</style>

border-color css

<style>
 span { border-color: #37131C; }

 span { border-color: rgb(55,19,28); }

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