#370E19

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

Shades of Rustic Red #370E19

Tints of Rustic Red #370E19

Color information

#370E19 (or 0x370E19) is unknown color: approx Rustic Red. HEX triplet: 37, 0E and 19. RGB value is (55,14,25). Sum of RGB (Red+Green+Blue) = 55+14+25=94 (12% of max value = 765). Red value is 55 (21.88% from 255 or 58.51% from 94); Green value is 14 (5.86% from 255 or 14.89% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 55 - color contains mainly: red. Hex color #370E19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370E19 is #C8F1E6. Grayscale: #1B1B1B. Windows color (decimal): -13169127 or 1642039. OLE color: 1642039.

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

Color convert

RGB551425-
CMYK00.750.550.78
HSL343.9º59.42%13.53%-
HSV(B)343.9º74.55%21.57%-
XYZ1.911.21.05-
YUV27.51126.58147.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 58.51%
GREEN value IS 14 (5.86% from 255) = 14.89%
BLUE value IS 25 (10.16% from 255) = 26.60%
R=58.51%
G=14.89%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55142500.750.550.78343.959.4213.53
Hex37E1904B374E1583be
Octal6716310113671165307316
Binary1101111110110010100101111011110011101010110001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #370E19;
 }
 .AnyTagClassName
 {
   color: #370E19;
 }
</style>
background-color css

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

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

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

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

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

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