Html Css Color HEX #371D1F Rustic Red

📋 copy color: '#371D1F'

red 55 ◦ green 29 ◦ blue 31

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

Shades of Rustic Red #371D1F

Tints of Rustic Red #371D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 26.96%

R = 47.83%
G = 25.22%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#371D1F (or 0x371D1F) is known color: Rustic Red. HEX triplet: 37, 1D and 1F. RGB value is (55,29,31). Sum of RGB (Red+Green+Blue) = 55+29+31=115 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.83% from 115); Green value is 29 (11.72% from 255 or 25.22% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 55 - color contains mainly: red. Hex color #371D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371D1F is #C8E2E0. Grayscale: #252525. Windows color (decimal): -13165281 or 2039095. OLE color: 2039095.

HSL color Cylindrical-coordinate representation of color #371D1F: hue angle of 355.38º 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 #371D1F is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 29 31 -
CMYK 0 0.47 0.44 0.78
HSL 355.38º 0.31% 0.16% -
HSV(B) 355.38º 0.47% 0.22% -
XYZ 2.26 1.79 1.52 -
YUV 37 124.61 140.84 -
System Red Green Blue C M Y K H S L
Decimal 55 29 31 0 0.47 0.44 0.78 355.38 0.31 0.16
Hex 37 1D 1F 0 2F 2C 4E 163 1F 10
Octal 67 35 37 0 57 54 116 543 37 20
Binary 110111 11101 11111 0 101111 101100 1001110 101100011 11111 10000

Color Harmonies of #371D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D1F

Black with #371D1F

Text Example


Text Example

White with #371D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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