Html Css Color HEX #370E11 Rustic Red

📋 copy color: '#370E11'

red 55 ◦ green 14 ◦ blue 17

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

Shades of Rustic Red #370E11

Tints of Rustic Red #370E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 19.77%

R = 63.95%
G = 16.28%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.78

RGB Variations

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

Color information

#370E11 (or 0x370E11) is known color: Rustic Red. HEX triplet: 37, 0E and 11. RGB value is (55,14,17). Sum of RGB (Red+Green+Blue) = 55+14+17=86 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.95% from 86); Green value is 14 (5.86% from 255 or 16.28% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 55 - color contains mainly: red. Hex color #370E11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370E11 is #C8F1EE. Grayscale: #1A1A1A. Windows color (decimal): -13169135 or 1117751. OLE color: 1117751.

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

Color convert

RGB 55 14 17 -
CMYK 0 0.75 0.69 0.78
HSL 355.61º 0.59% 0.14% -
HSV(B) 355.61º 0.75% 0.22% -
XYZ 1.83 1.17 0.66 -
YUV 26.6 122.58 148.26 -
System Red Green Blue C M Y K H S L
Decimal 55 14 17 0 0.75 0.69 0.78 355.61 0.59 0.14
Hex 37 E 11 0 4B 45 4E 164 3B E
Octal 67 16 21 0 113 105 116 544 73 16
Binary 110111 1110 10001 0 1001011 1000101 1001110 101100100 111011 1110

Color Harmonies of #370E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370E11

Black with #370E11

Text Example


Text Example

White with #370E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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