Html Css Color HEX #371A1C Rustic Red

📋 copy color: '#371A1C'

red 55 ◦ green 26 ◦ blue 28

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

Shades of Rustic Red #371A1C

Tints of Rustic Red #371A1C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 23.85%

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

R = 50.46%
G = 23.85%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.78

RGB Variations

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

Color information

#371A1C (or 0x371A1C) is known color: Rustic Red. HEX triplet: 37, 1A and 1C. RGB value is (55,26,28). Sum of RGB (Red+Green+Blue) = 55+26+28=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #371A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371A1C is #C8E5E3. Grayscale: #222222. Windows color (decimal): -13166052 or 1841719. OLE color: 1841719.

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

Color convert

RGB 55 26 28 -
CMYK 0 0.53 0.49 0.78
HSL 355.86º 0.36% 0.16% -
HSV(B) 355.86º 0.53% 0.22% -
XYZ 2.15 1.63 1.3 -
YUV 34.9 124.11 142.34 -
System Red Green Blue C M Y K H S L
Decimal 55 26 28 0 0.53 0.49 0.78 355.86 0.36 0.16
Hex 37 1A 1C 0 35 31 4E 164 24 10
Octal 67 32 34 0 65 61 116 544 44 20
Binary 110111 11010 11100 0 110101 110001 1001110 101100100 100100 10000

Color Harmonies of #371A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371A1C

Black with #371A1C

Text Example


Text Example

White with #371A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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