#370E14

Color #370E14 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #370E14

Tints of Rustic Red #370E14

Color information

#370E14 (or 0x370E14) is unknown color: approx 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

RGB551420-
CMYK00.750.640.78
HSL351.22º59.42%13.53%-
HSV(B)351.22º74.55%21.57%-
XYZ1.861.180.79-
YUV26.94124.08148.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 61.80%
GREEN value IS 14 (5.86% from 255) = 15.73%
BLUE value IS 20 (8.20% from 255) = 22.47%
R=61.80%
G=15.73%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55142000.750.640.78351.2259.4213.53
Hex37E1404B404E15f3be
Octal67162401131001165377316
Binary11011111101010001001011100000010011101010111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>