Html Css Color HEX #371D20 Rustic Red

📋 copy color: '#371D20'

red 55 ◦ green 29 ◦ blue 32

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

Shades of Rustic Red #371D20

Tints of Rustic Red #371D20

RGB

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

 GREEN value IS 29 (11.72% from 255) = 25%

 BLUE value IS 32 (12.89% from 255) = 27.59%

R = 47.41%
G = 25%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#371D20 (or 0x371D20) is known color: Rustic Red. HEX triplet: 37, 1D and 20. RGB value is (55,29,32). Sum of RGB (Red+Green+Blue) = 55+29+32=116 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.41% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 55 - color contains mainly: red. Hex color #371D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371D20 is #C8E2DF. Grayscale: #252525. Windows color (decimal): -13165280 or 2104631. OLE color: 2104631.

HSL color Cylindrical-coordinate representation of color #371D20: hue angle of 353.08º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #371D20 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 29 32 -
CMYK 0 0.47 0.42 0.78
HSL 353.08º 0.31% 0.16% -
HSV(B) 353.08º 0.47% 0.22% -
XYZ 2.28 1.8 1.59 -
YUV 37.12 125.11 140.76 -
System Red Green Blue C M Y K H S L
Decimal 55 29 32 0 0.47 0.42 0.78 353.08 0.31 0.16
Hex 37 1D 20 0 2F 2A 4E 161 1F 10
Octal 67 35 40 0 57 52 116 541 37 20
Binary 110111 11101 100000 0 101111 101010 1001110 101100001 11111 10000

Color Harmonies of #371D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D20

Black with #371D20

Text Example


Text Example

White with #371D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371D20; }

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

 H1.HeaderClassName
 {
   color: #371D20;
 }
 .AnyTagClassName
 {
   color: #371D20;
 }
</style>

background-color css

<style>
 a { background-color: #371D20; }

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

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

border-color css

<style>
 span { border-color: #371D20; }

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

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