#370E12

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

Shades of Rustic Red #370E12

Tints of Rustic Red #370E12

Color information

#370E12 (or 0x370E12) is unknown color: approx Rustic Red. HEX triplet: 37, 0E and 12. RGB value is (55,14,18). Sum of RGB (Red+Green+Blue) = 55+14+18=87 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.22% from 87); Green value is 14 (5.86% from 255 or 16.09% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 55 - color contains mainly: red. Hex color #370E12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370E12 is #C8F1ED. Grayscale: #1A1A1A. Windows color (decimal): -13169134 or 1183287. OLE color: 1183287.

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

Color convert

RGB551418-
CMYK00.750.670.78
HSL354.15º59.42%13.53%-
HSV(B)354.15º74.55%21.57%-
XYZ1.841.170.7-
YUV26.72123.08148.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 63.22%
GREEN value IS 14 (5.86% from 255) = 16.09%
BLUE value IS 18 (7.42% from 255) = 20.69%
R=63.22%
G=16.09%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55141800.750.670.78354.1559.4213.53
Hex37E1204B434E1623be
Octal67162201131031165427316
Binary11011111101001001001011100001110011101011000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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