#370710

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

Shades of Rustic Red #370710

Tints of Rustic Red #370710

Color information

#370710 (or 0x370710) is unknown color: approx Rustic Red. HEX triplet: 37, 07 and 10. RGB value is (55,7,16). Sum of RGB (Red+Green+Blue) = 55+7+16=78 (10% of max value = 765). Red value is 55 (21.88% from 255 or 70.51% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 55 - color contains mainly: red. Hex color #370710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370710 is #C8F8EF. Grayscale: #161616. Windows color (decimal): -13170928 or 1050423. OLE color: 1050423.

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

Color convert

RGB55716-
CMYK00.870.710.78
HSL348.75º77.42%12.16%-
HSV(B)348.75º87.27%21.57%-
XYZ1.7510.59-
YUV22.38124.4151.27-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 70.51%
GREEN value IS 7 (3.12% from 255) = 8.97%
BLUE value IS 16 (6.64% from 255) = 20.51%
R=70.51%
G=8.97%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5571600.870.710.78348.7577.4212.16
Hex37710057474E15d4dc
Octal67720012710711653511514
Binary11011111110000010101111000111100111010101110110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370710; }

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

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

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

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

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

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

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

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