Html Css Color HEX #371C1D Rustic Red

📋 copy color: '#371C1D'

red 55 ◦ green 28 ◦ blue 29

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

Shades of Rustic Red #371C1D

Tints of Rustic Red #371C1D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 25%

 BLUE value IS 29 (11.72% from 255) = 25.89%

R = 49.11%
G = 25%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#371C1D (or 0x371C1D) is known color: Rustic Red. HEX triplet: 37, 1C and 1D. RGB value is (55,28,29). Sum of RGB (Red+Green+Blue) = 55+28+29=112 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.11% from 112); Green value is 28 (11.33% from 255 or 25% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 55 - color contains mainly: red. Hex color #371C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371C1D is #C8E3E2. Grayscale: #242424. Windows color (decimal): -13165539 or 1907767. OLE color: 1907767.

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

Color convert

RGB 55 28 29 -
CMYK 0 0.49 0.47 0.78
HSL 357.78º 0.33% 0.16% -
HSV(B) 357.78º 0.49% 0.22% -
XYZ 2.21 1.73 1.38 -
YUV 36.19 123.95 141.42 -
System Red Green Blue C M Y K H S L
Decimal 55 28 29 0 0.49 0.47 0.78 357.78 0.33 0.16
Hex 37 1C 1D 0 31 2F 4E 166 21 10
Octal 67 34 35 0 61 57 116 546 41 20
Binary 110111 11100 11101 0 110001 101111 1001110 101100110 100001 10000

Color Harmonies of #371C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371C1D

Black with #371C1D

Text Example


Text Example

White with #371C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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