#370616

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

Shades of Rustic Red #370616

Tints of Rustic Red #370616

Color information

#370616 (or 0x370616) is unknown color: approx Rustic Red. HEX triplet: 37, 06 and 16. RGB value is (55,6,22). Sum of RGB (Red+Green+Blue) = 55+6+22=83 (10% of max value = 765). Red value is 55 (21.88% from 255 or 66.27% from 83); Green value is 6 (2.73% from 255 or 7.23% from 83); Blue value is 22 (8.98% from 255 or 26.51% from 83); Max value from RGB is 55 - color contains mainly: red. Hex color #370616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370616 is #C8F9E9. Grayscale: #161616. Windows color (decimal): -13171178 or 1443383. OLE color: 1443383.

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

Color convert

RGB55622-
CMYK00.890.60.78
HSL340.41º80.33%11.96%-
HSV(B)340.41º89.09%21.57%-
XYZ1.7910.86-
YUV22.48127.73151.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 66.27%
GREEN value IS 6 (2.73% from 255) = 7.23%
BLUE value IS 22 (8.98% from 255) = 26.51%
R=66.27%
G=7.23%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.6
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5562200.890.60.78340.4180.3311.96
Hex376160593C4E15450c
Octal6762601317411652412014
Binary1101111101011001011001111100100111010101010010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370616; }

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

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

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

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

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

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

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

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