Html Css Color HEX #371012 Rustic Red

📋 copy color: '#371012'

red 55 ◦ green 16 ◦ blue 18

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

Shades of Rustic Red #371012

Tints of Rustic Red #371012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 20.22%

R = 61.8%
G = 17.98%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#371012 (or 0x371012) is known color: Rustic Red. HEX triplet: 37, 10 and 12. RGB value is (55,16,18). Sum of RGB (Red+Green+Blue) = 55+16+18=89 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.80% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 55 - color contains mainly: red. Hex color #371012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371012 is #C8EFED. Grayscale: #1B1B1B. Windows color (decimal): -13168622 or 1183799. OLE color: 1183799.

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

Color convert

RGB 55 16 18 -
CMYK 0 0.71 0.67 0.78
HSL 356.92º 0.55% 0.14% -
HSV(B) 356.92º 0.71% 0.22% -
XYZ 1.87 1.23 0.71 -
YUV 27.89 122.42 147.34 -
System Red Green Blue C M Y K H S L
Decimal 55 16 18 0 0.71 0.67 0.78 356.92 0.55 0.14
Hex 37 10 12 0 47 43 4E 165 37 E
Octal 67 20 22 0 107 103 116 545 67 16
Binary 110111 10000 10010 0 1000111 1000011 1001110 101100101 110111 1110

Color Harmonies of #371012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371012

Black with #371012

Text Example


Text Example

White with #371012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371012; }

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

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

background-color css

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

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

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

border-color css

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

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

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