Html Css Color HEX #371011 Rustic Red

📋 copy color: '#371011'

red 55 ◦ green 16 ◦ blue 17

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

Shades of Rustic Red #371011

Tints of Rustic Red #371011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 18.18%

 BLUE value IS 17 (7.03% from 255) = 19.32%

R = 62.5%
G = 18.18%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.78

RGB Variations

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

Color information

#371011 (or 0x371011) is known color: Rustic Red. HEX triplet: 37, 10 and 11. RGB value is (55,16,17). Sum of RGB (Red+Green+Blue) = 55+16+17=88 (11% of max value = 765). Red value is 55 (21.88% from 255 or 62.5% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 17 (7.03% from 255 or 19.32% from 88); Max value from RGB is 55 - color contains mainly: red. Hex color #371011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371011 is #C8EFEE. Grayscale: #1B1B1B. Windows color (decimal): -13168623 or 1118263. OLE color: 1118263.

HSL color Cylindrical-coordinate representation of color #371011: hue angle of 358.46º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #371011 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 16 17 -
CMYK 0 0.71 0.69 0.78
HSL 358.46º 0.55% 0.14% -
HSV(B) 358.46º 0.71% 0.22% -
XYZ 1.86 1.22 0.67 -
YUV 27.78 121.92 147.42 -
System Red Green Blue C M Y K H S L
Decimal 55 16 17 0 0.71 0.69 0.78 358.46 0.55 0.14
Hex 37 10 11 0 47 45 4E 166 37 E
Octal 67 20 21 0 107 105 116 546 67 16
Binary 110111 10000 10001 0 1000111 1000101 1001110 101100110 110111 1110

Color Harmonies of #371011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371011

Black with #371011

Text Example


Text Example

White with #371011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371011; }

 p { color: rgb(55,16,17); }

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

background-color css

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

 a { background-color: rgb(55,16,17); }

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

border-color css

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

 span { border-color: rgb(55,16,17); }

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