#370412

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

Shades of Rustic Red #370412

Tints of Rustic Red #370412

Color information

#370412 (or 0x370412) is unknown color: approx Rustic Red. HEX triplet: 37, 04 and 12. RGB value is (55,4,18). Sum of RGB (Red+Green+Blue) = 55+4+18=77 (10% of max value = 765). Red value is 55 (21.88% from 255 or 71.43% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 55 - color contains mainly: red. Hex color #370412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370412 is #C8FBED. Grayscale: #141414. Windows color (decimal): -13171694 or 1180727. OLE color: 1180727.

HSL color Cylindrical-coordinate representation of color #370412: hue angle of 343.53º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370412 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB55418-
CMYK00.930.670.78
HSL343.53º86.44%11.57%-
HSV(B)343.53º92.73%21.57%-
XYZ1.730.940.66-
YUV20.84126.4152.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 71.43%
GREEN value IS 4 (1.95% from 255) = 5.19%
BLUE value IS 18 (7.42% from 255) = 23.38%
R=71.43%
G=5.19%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5541800.930.670.78343.5386.4411.57
Hex3741205D434E15856c
Octal67422013510311653012614
Binary11011110010010010111011000011100111010101100010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370412; }

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

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

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

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

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

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

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

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