Html Css Color HEX #370E14 Rustic Red

📋 copy color: '#370E14'

red 55 ◦ green 14 ◦ blue 20

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

Shades of Rustic Red #370E14

Tints of Rustic Red #370E14

RGB

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

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

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

R = 61.8%
G = 15.73%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#370E14 (or 0x370E14) is known color: Rustic Red. HEX triplet: 37, 0E and 14. RGB value is (55,14,20). Sum of RGB (Red+Green+Blue) = 55+14+20=89 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.80% from 89); Green value is 14 (5.86% from 255 or 15.73% from 89); Blue value is 20 (8.20% from 255 or 22.47% from 89); Max value from RGB is 55 - color contains mainly: red. Hex color #370E14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370E14 is #C8F1EB. Grayscale: #1A1A1A. Windows color (decimal): -13169132 or 1314359. OLE color: 1314359.

HSL color Cylindrical-coordinate representation of color #370E14: hue angle of 351.22º 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 #370E14 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 14 20 -
CMYK 0 0.75 0.64 0.78
HSL 351.22º 0.59% 0.14% -
HSV(B) 351.22º 0.75% 0.22% -
XYZ 1.86 1.18 0.79 -
YUV 26.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 55 14 20 0 0.75 0.64 0.78 351.22 0.59 0.14
Hex 37 E 14 0 4B 40 4E 15F 3B E
Octal 67 16 24 0 113 100 116 537 73 16
Binary 110111 1110 10100 0 1001011 1000000 1001110 101011111 111011 1110

Color Harmonies of #370E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370E14

Black with #370E14

Text Example


Text Example

White with #370E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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