#370207

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

Shades of Rustic Red #370207

Tints of Rustic Red #370207

Color information

#370207 (or 0x370207) is unknown color: approx Rustic Red. HEX triplet: 37, 02 and 07. RGB value is (55,2,7). Sum of RGB (Red+Green+Blue) = 55+2+7=64 (8% of max value = 765). Red value is 55 (21.88% from 255 or 85.94% from 64); Green value is 2 (1.17% from 255 or 3.12% from 64); Blue value is 7 (3.12% from 255 or 10.94% from 64); Max value from RGB is 55 - color contains mainly: red. Hex color #370207 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370207 is #C8FDF8. Grayscale: #121212. Windows color (decimal): -13172217 or 459319. OLE color: 459319.

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

Color convert

RGB5527-
CMYK00.960.870.78
HSL354.34º92.98%11.18%-
HSV(B)354.34º96.36%21.57%-
XYZ1.640.870.28-
YUV18.42121.56154.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 85.94%
GREEN value IS 2 (1.17% from 255) = 3.12%
BLUE value IS 7 (3.12% from 255) = 10.94%
R=85.94%
G=3.12%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.87
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal552700.960.870.78354.3492.9811.18
Hex3727060574E1625db
Octal6727014012711654213513
Binary11011110111011000001010111100111010110001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370207; }

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

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

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

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

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

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

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

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