Html Css Color HEX #37131B Rustic Red

📋 copy color: '#37131B'

red 55 ◦ green 19 ◦ blue 27

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

Shades of Rustic Red #37131B

Tints of Rustic Red #37131B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 26.73%

R = 54.46%
G = 18.81%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.78

RGB Variations

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

Color information

#37131B (or 0x37131B) is known color: Rustic Red. HEX triplet: 37, 13 and 1B. RGB value is (55,19,27). Sum of RGB (Red+Green+Blue) = 55+19+27=101 (13% of max value = 765). Red value is 55 (21.88% from 255 or 54.46% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 55 - color contains mainly: red. Hex color #37131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37131B is #C8ECE4. Grayscale: #1E1E1E. Windows color (decimal): -13167845 or 1774391. OLE color: 1774391.

HSL color Cylindrical-coordinate representation of color #37131B: hue angle of 346.67º 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 #37131B is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 19 27 -
CMYK 0 0.65 0.51 0.78
HSL 346.67º 0.49% 0.15% -
HSV(B) 346.67º 0.65% 0.22% -
XYZ 2.01 1.36 1.19 -
YUV 30.68 125.93 145.35 -
System Red Green Blue C M Y K H S L
Decimal 55 19 27 0 0.65 0.51 0.78 346.67 0.49 0.15
Hex 37 13 1B 0 41 33 4E 15B 31 F
Octal 67 23 33 0 101 63 116 533 61 17
Binary 110111 10011 11011 0 1000001 110011 1001110 101011011 110001 1111

Color Harmonies of #37131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37131B

Black with #37131B

Text Example


Text Example

White with #37131B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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