Html Css Color HEX #371014 Rustic Red

📋 copy color: '#371014'

red 55 ◦ green 16 ◦ blue 20

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

Shades of Rustic Red #371014

Tints of Rustic Red #371014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 21.98%

R = 60.44%
G = 17.58%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#371014 (or 0x371014) is known color: Rustic Red. HEX triplet: 37, 10 and 14. RGB value is (55,16,20). Sum of RGB (Red+Green+Blue) = 55+16+20=91 (12% of max value = 765). Red value is 55 (21.88% from 255 or 60.44% from 91); Green value is 16 (6.64% from 255 or 17.58% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 55 - color contains mainly: red. Hex color #371014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371014 is #C8EFEB. Grayscale: #1C1C1C. Windows color (decimal): -13168620 or 1314871. OLE color: 1314871.

HSL color Cylindrical-coordinate representation of color #371014: hue angle of 353.85º 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 #371014 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 16 20 -
CMYK 0 0.71 0.64 0.78
HSL 353.85º 0.55% 0.14% -
HSV(B) 353.85º 0.71% 0.22% -
XYZ 1.89 1.23 0.8 -
YUV 28.12 123.42 147.17 -
System Red Green Blue C M Y K H S L
Decimal 55 16 20 0 0.71 0.64 0.78 353.85 0.55 0.14
Hex 37 10 14 0 47 40 4E 162 37 E
Octal 67 20 24 0 107 100 116 542 67 16
Binary 110111 10000 10100 0 1000111 1000000 1001110 101100010 110111 1110

Color Harmonies of #371014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371014

Black with #371014

Text Example


Text Example

White with #371014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371014; }

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

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

background-color css

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

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

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

border-color css

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

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

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