#370E10

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

Shades of Rustic Red #370E10

Tints of Rustic Red #370E10

Color information

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

RGB551416-
CMYK00.750.710.78
HSL357.07º59.42%13.53%-
HSV(B)357.07º74.55%21.57%-
XYZ1.831.160.62-
YUV26.49122.08148.34-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55141600.750.710.78357.0759.4213.53
Hex37E1004B474E1653be
Octal67162001131071165457316
Binary11011111101000001001011100011110011101011001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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