#370610

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

Shades of Rustic Red #370610

Tints of Rustic Red #370610

Color information

#370610 (or 0x370610) is unknown color: approx Rustic Red. HEX triplet: 37, 06 and 10. RGB value is (55,6,16). Sum of RGB (Red+Green+Blue) = 55+6+16=77 (10% of max value = 765). Red value is 55 (21.88% from 255 or 71.43% from 77); Green value is 6 (2.73% from 255 or 7.79% from 77); Blue value is 16 (6.64% from 255 or 20.78% from 77); Max value from RGB is 55 - color contains mainly: red. Hex color #370610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370610 is #C8F9EF. Grayscale: #151515. Windows color (decimal): -13171184 or 1050167. OLE color: 1050167.

HSL color Cylindrical-coordinate representation of color #370610: hue angle of 347.76º 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 #370610 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB55616-
CMYK00.890.710.78
HSL347.76º80.33%11.96%-
HSV(B)347.76º89.09%21.57%-
XYZ1.730.980.59-
YUV21.79124.73151.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 71.43%
GREEN value IS 6 (2.73% from 255) = 7.79%
BLUE value IS 16 (6.64% from 255) = 20.78%
R=71.43%
G=7.79%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5561600.890.710.78347.7680.3311.96
Hex37610059474E15c50c
Octal67620013110711653412014
Binary11011111010000010110011000111100111010101110010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370610; }

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

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

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

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

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

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

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

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