#371118

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

Shades of Rustic Red #371118

Tints of Rustic Red #371118

Color information

#371118 (or 0x371118) is unknown color: approx Rustic Red. HEX triplet: 37, 11 and 18. RGB value is (55,17,24). Sum of RGB (Red+Green+Blue) = 55+17+24=96 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.29% from 96); Green value is 17 (7.03% from 255 or 17.71% from 96); Blue value is 24 (9.77% from 255 or 25% from 96); Max value from RGB is 55 - color contains mainly: red. Hex color #371118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371118 is #C8EEE7. Grayscale: #1D1D1D. Windows color (decimal): -13168360 or 1577271. OLE color: 1577271.

HSL color Cylindrical-coordinate representation of color #371118: hue angle of 348.95º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #371118 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB551724-
CMYK00.690.560.78
HSL348.95º52.78%14.12%-
HSV(B)348.95º69.09%21.57%-
XYZ1.941.281.01-
YUV29.16125.09146.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 57.29%
GREEN value IS 17 (7.03% from 255) = 17.71%
BLUE value IS 24 (9.77% from 255) = 25%
R=57.29%
G=17.71%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55172400.690.560.78348.9552.7814.12
Hex371118045384E15d35e
Octal6721300105701165356516
Binary11011110001110000100010111100010011101010111011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371118; }

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

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

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

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

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

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

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

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