#370407

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

Shades of Rustic Red #370407

Tints of Rustic Red #370407

Color information

#370407 (or 0x370407) is unknown color: approx Rustic Red. HEX triplet: 37, 04 and 07. RGB value is (55,4,7). Sum of RGB (Red+Green+Blue) = 55+4+7=66 (8% of max value = 765). Red value is 55 (21.88% from 255 or 83.33% from 66); Green value is 4 (1.95% from 255 or 6.06% from 66); Blue value is 7 (3.12% from 255 or 10.61% from 66); Max value from RGB is 55 - color contains mainly: red. Hex color #370407 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370407 is #C8FBF8. Grayscale: #131313. Windows color (decimal): -13171705 or 459831. OLE color: 459831.

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

Color convert

RGB5547-
CMYK00.930.870.78
HSL356.47º86.44%11.57%-
HSV(B)356.47º92.73%21.57%-
XYZ1.660.910.29-
YUV19.59120.9153.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 83.33%
GREEN value IS 4 (1.95% from 255) = 6.06%
BLUE value IS 7 (3.12% from 255) = 10.61%
R=83.33%
G=6.06%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal554700.930.870.78356.4786.4411.57
Hex374705D574E16456c
Octal6747013512711654412614
Binary110111100111010111011010111100111010110010010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370407; }

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

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

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

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

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

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

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

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