Html Css Color HEX #371116 Rustic Red

📋 copy color: '#371116'

red 55 ◦ green 17 ◦ blue 22

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

Shades of Rustic Red #371116

Tints of Rustic Red #371116

RGB

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

 GREEN value IS 17 (7.03% from 255) = 18.09%

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

R = 58.51%
G = 18.09%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.6

 K value IS 0.78

RGB Variations

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

Color information

#371116 (or 0x371116) is known color: Rustic Red. HEX triplet: 37, 11 and 16. RGB value is (55,17,22). Sum of RGB (Red+Green+Blue) = 55+17+22=94 (12% of max value = 765). Red value is 55 (21.88% from 255 or 58.51% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 22 (8.98% from 255 or 23.40% from 94); Max value from RGB is 55 - color contains mainly: red. Hex color #371116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371116 is #C8EEE9. Grayscale: #1C1C1C. Windows color (decimal): -13168362 or 1446199. OLE color: 1446199.

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

Color convert

RGB 55 17 22 -
CMYK 0 0.69 0.6 0.78
HSL 352.11º 0.53% 0.14% -
HSV(B) 352.11º 0.69% 0.22% -
XYZ 1.92 1.27 0.9 -
YUV 28.93 124.09 146.59 -
System Red Green Blue C M Y K H S L
Decimal 55 17 22 0 0.69 0.6 0.78 352.11 0.53 0.14
Hex 37 11 16 0 45 3C 4E 160 35 E
Octal 67 21 26 0 105 74 116 540 65 16
Binary 110111 10001 10110 0 1000101 111100 1001110 101100000 110101 1110

Color Harmonies of #371116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371116

Black with #371116

Text Example


Text Example

White with #371116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371116; }

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

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

background-color css

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

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

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

border-color css

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

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

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