#370607

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

Shades of Rustic Red #370607

Tints of Rustic Red #370607

Color information

#370607 (or 0x370607) is unknown color: approx Rustic Red. HEX triplet: 37, 06 and 07. RGB value is (55,6,7). Sum of RGB (Red+Green+Blue) = 55+6+7=68 (9% of max value = 765). Red value is 55 (21.88% from 255 or 80.88% from 68); Green value is 6 (2.73% from 255 or 8.82% from 68); Blue value is 7 (3.12% from 255 or 10.29% from 68); Max value from RGB is 55 - color contains mainly: red. Hex color #370607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370607 is #C8F9F8. Grayscale: #141414. Windows color (decimal): -13171193 or 460343. OLE color: 460343.

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

Color convert

RGB5567-
CMYK00.890.870.78
HSL358.78º80.33%11.96%-
HSV(B)358.78º89.09%21.57%-
XYZ1.680.960.3-
YUV20.76120.23152.42-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 80.88%
GREEN value IS 6 (2.73% from 255) = 8.82%
BLUE value IS 7 (3.12% from 255) = 10.29%
R=80.88%
G=8.82%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.87
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal556700.890.870.78358.7880.3311.96
Hex3767059574E16750c
Octal6767013112711654712014
Binary110111110111010110011010111100111010110011110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370607; }

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

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

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

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

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

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

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

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