Html Css Color HEX #371214 Rustic Red

📋 copy color: '#371214'

red 55 ◦ green 18 ◦ blue 20

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

Shades of Rustic Red #371214

Tints of Rustic Red #371214

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.35%

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

R = 59.14%
G = 19.35%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#371214 (or 0x371214) is known color: Rustic Red. HEX triplet: 37, 12 and 14. RGB value is (55,18,20). Sum of RGB (Red+Green+Blue) = 55+18+20=93 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.14% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 55 - color contains mainly: red. Hex color #371214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371214 is #C8EDEB. Grayscale: #1D1D1D. Windows color (decimal): -13168108 or 1315383. OLE color: 1315383.

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

Color convert

RGB 55 18 20 -
CMYK 0 0.67 0.64 0.78
HSL 356.76º 0.51% 0.14% -
HSV(B) 356.76º 0.67% 0.22% -
XYZ 1.92 1.3 0.81 -
YUV 29.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 55 18 20 0 0.67 0.64 0.78 356.76 0.51 0.14
Hex 37 12 14 0 43 40 4E 165 33 E
Octal 67 22 24 0 103 100 116 545 63 16
Binary 110111 10010 10100 0 1000011 1000000 1001110 101100101 110011 1110

Color Harmonies of #371214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371214

Black with #371214

Text Example


Text Example

White with #371214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371214; }

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

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

background-color css

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

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

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

border-color css

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

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

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