Html Css Color HEX #370E12 Rustic Red

📋 copy color: '#370E12'

red 55 ◦ green 14 ◦ blue 18

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

Shades of Rustic Red #370E12

Tints of Rustic Red #370E12

RGB

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

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

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

R = 63.22%
G = 16.09%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#370E12 (or 0x370E12) is known color: Rustic Red. HEX triplet: 37, 0E and 12. RGB value is (55,14,18). Sum of RGB (Red+Green+Blue) = 55+14+18=87 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.22% from 87); Green value is 14 (5.86% from 255 or 16.09% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 55 - color contains mainly: red. Hex color #370E12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370E12 is #C8F1ED. Grayscale: #1A1A1A. Windows color (decimal): -13169134 or 1183287. OLE color: 1183287.

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

Color convert

RGB 55 14 18 -
CMYK 0 0.75 0.67 0.78
HSL 354.15º 0.59% 0.14% -
HSV(B) 354.15º 0.75% 0.22% -
XYZ 1.84 1.17 0.7 -
YUV 26.72 123.08 148.17 -
System Red Green Blue C M Y K H S L
Decimal 55 14 18 0 0.75 0.67 0.78 354.15 0.59 0.14
Hex 37 E 12 0 4B 43 4E 162 3B E
Octal 67 16 22 0 113 103 116 542 73 16
Binary 110111 1110 10010 0 1001011 1000011 1001110 101100010 111011 1110

Color Harmonies of #370E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370E12

Black with #370E12

Text Example


Text Example

White with #370E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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