#370711

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

Shades of Rustic Red #370711

Tints of Rustic Red #370711

Color information

#370711 (or 0x370711) is unknown color: approx Rustic Red. HEX triplet: 37, 07 and 11. RGB value is (55,7,17). Sum of RGB (Red+Green+Blue) = 55+7+17=79 (10% of max value = 765). Red value is 55 (21.88% from 255 or 69.62% from 79); Green value is 7 (3.12% from 255 or 8.86% from 79); Blue value is 17 (7.03% from 255 or 21.52% from 79); Max value from RGB is 55 - color contains mainly: red. Hex color #370711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370711 is #C8F8EE. Grayscale: #161616. Windows color (decimal): -13170927 or 1115959. OLE color: 1115959.

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

Color convert

RGB55717-
CMYK00.870.690.78
HSL347.5º77.42%12.16%-
HSV(B)347.5º87.27%21.57%-
XYZ1.7510.63-
YUV22.49124.9151.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 69.62%
GREEN value IS 7 (3.12% from 255) = 8.86%
BLUE value IS 17 (7.03% from 255) = 21.52%
R=69.62%
G=8.86%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.69
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5571700.870.690.78347.577.4212.16
Hex37711057454E15c4dc
Octal67721012710511653411514
Binary11011111110001010101111000101100111010101110010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370711; }

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

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

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

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

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

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

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

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