Html Css Color HEX #370E10 Rustic Red

📋 copy color: '#370E10'

red 55 ◦ green 14 ◦ blue 16

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

Shades of Rustic Red #370E10

Tints of Rustic Red #370E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 18.82%

R = 64.71%
G = 16.47%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#370E10 (or 0x370E10) is known color: Rustic Red. HEX triplet: 37, 0E and 10. RGB value is (55,14,16). Sum of RGB (Red+Green+Blue) = 55+14+16=85 (11% of max value = 765). Red value is 55 (21.88% from 255 or 64.71% from 85); Green value is 14 (5.86% from 255 or 16.47% from 85); Blue value is 16 (6.64% from 255 or 18.82% from 85); Max value from RGB is 55 - color contains mainly: red. Hex color #370E10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370E10 is #C8F1EF. Grayscale: #1A1A1A. Windows color (decimal): -13169136 or 1052215. OLE color: 1052215.

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

Color convert

RGB 55 14 16 -
CMYK 0 0.75 0.71 0.78
HSL 357.07º 0.59% 0.14% -
HSV(B) 357.07º 0.75% 0.22% -
XYZ 1.83 1.16 0.62 -
YUV 26.49 122.08 148.34 -
System Red Green Blue C M Y K H S L
Decimal 55 14 16 0 0.75 0.71 0.78 357.07 0.59 0.14
Hex 37 E 10 0 4B 47 4E 165 3B E
Octal 67 16 20 0 113 107 116 545 73 16
Binary 110111 1110 10000 0 1001011 1000111 1001110 101100101 111011 1110

Color Harmonies of #370E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370E10

Black with #370E10

Text Example


Text Example

White with #370E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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