#370612

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

Shades of Rustic Red #370612

Tints of Rustic Red #370612

Color information

#370612 (or 0x370612) is unknown color: approx Rustic Red. HEX triplet: 37, 06 and 12. RGB value is (55,6,18). Sum of RGB (Red+Green+Blue) = 55+6+18=79 (10% of max value = 765). Red value is 55 (21.88% from 255 or 69.62% from 79); Green value is 6 (2.73% from 255 or 7.59% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 55 - color contains mainly: red. Hex color #370612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370612 is #C8F9ED. Grayscale: #161616. Windows color (decimal): -13171182 or 1181239. OLE color: 1181239.

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

Color convert

RGB55618-
CMYK00.890.670.78
HSL345.31º80.33%11.96%-
HSV(B)345.31º89.09%21.57%-
XYZ1.750.990.67-
YUV22.02125.73151.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 69.62%
GREEN value IS 6 (2.73% from 255) = 7.59%
BLUE value IS 18 (7.42% from 255) = 22.78%
R=69.62%
G=7.59%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5561800.890.670.78345.3180.3311.96
Hex37612059434E15950c
Octal67622013110311653112014
Binary11011111010010010110011000011100111010101100110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370612; }

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

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

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

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

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

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

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

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