Html Css Color HEX #371016 Rustic Red

📋 copy color: '#371016'

red 55 ◦ green 16 ◦ blue 22

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

Shades of Rustic Red #371016

Tints of Rustic Red #371016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 23.66%

R = 59.14%
G = 17.2%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.6

 K value IS 0.78

RGB Variations

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

Color information

#371016 (or 0x371016) is known color: Rustic Red. HEX triplet: 37, 10 and 16. RGB value is (55,16,22). Sum of RGB (Red+Green+Blue) = 55+16+22=93 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.14% from 93); Green value is 16 (6.64% from 255 or 17.20% from 93); Blue value is 22 (8.98% from 255 or 23.66% from 93); Max value from RGB is 55 - color contains mainly: red. Hex color #371016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371016 is #C8EFE9. Grayscale: #1C1C1C. Windows color (decimal): -13168618 or 1445943. OLE color: 1445943.

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

Color convert

RGB 55 16 22 -
CMYK 0 0.71 0.6 0.78
HSL 350.77º 0.55% 0.14% -
HSV(B) 350.77º 0.71% 0.22% -
XYZ 1.91 1.24 0.9 -
YUV 28.35 124.42 147.01 -
System Red Green Blue C M Y K H S L
Decimal 55 16 22 0 0.71 0.6 0.78 350.77 0.55 0.14
Hex 37 10 16 0 47 3C 4E 15F 37 E
Octal 67 20 26 0 107 74 116 537 67 16
Binary 110111 10000 10110 0 1000111 111100 1001110 101011111 110111 1110

Color Harmonies of #371016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371016

Black with #371016

Text Example


Text Example

White with #371016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371016; }

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

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

background-color css

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

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

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

border-color css

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

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

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