Html Css Color HEX #370E16 Rustic Red

📋 copy color: '#370E16'

red 55 ◦ green 14 ◦ blue 22

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

Shades of Rustic Red #370E16

Tints of Rustic Red #370E16

RGB

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

 GREEN value IS 14 (5.86% from 255) = 15.38%

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

R = 60.44%
G = 15.38%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.6

 K value IS 0.78

RGB Variations

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

Color information

#370E16 (or 0x370E16) is known color: Rustic Red. HEX triplet: 37, 0E and 16. RGB value is (55,14,22). Sum of RGB (Red+Green+Blue) = 55+14+22=91 (12% of max value = 765). Red value is 55 (21.88% from 255 or 60.44% from 91); Green value is 14 (5.86% from 255 or 15.38% from 91); Blue value is 22 (8.98% from 255 or 24.18% from 91); Max value from RGB is 55 - color contains mainly: red. Hex color #370E16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370E16 is #C8F1E9. Grayscale: #1B1B1B. Windows color (decimal): -13169130 or 1445431. OLE color: 1445431.

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

Color convert

RGB 55 14 22 -
CMYK 0 0.75 0.6 0.78
HSL 348.29º 0.59% 0.14% -
HSV(B) 348.29º 0.75% 0.22% -
XYZ 1.88 1.18 0.89 -
YUV 27.17 125.08 147.85 -
System Red Green Blue C M Y K H S L
Decimal 55 14 22 0 0.75 0.6 0.78 348.29 0.59 0.14
Hex 37 E 16 0 4B 3C 4E 15C 3B E
Octal 67 16 26 0 113 74 116 534 73 16
Binary 110111 1110 10110 0 1001011 111100 1001110 101011100 111011 1110

Color Harmonies of #370E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370E16

Black with #370E16

Text Example


Text Example

White with #370E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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