#391118

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

Shades of Rustic Red #391118

Tints of Rustic Red #391118

Color information

#391118 (or 0x391118) is unknown color: approx Rustic Red. HEX triplet: 39, 11 and 18. RGB value is (57,17,24). Sum of RGB (Red+Green+Blue) = 57+17+24=98 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.16% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 24 (9.77% from 255 or 24.49% from 98); Max value from RGB is 57 - color contains mainly: red. Hex color #391118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391118 is #C6EEE7. Grayscale: #1D1D1D. Windows color (decimal): -13037288 or 1577273. OLE color: 1577273.

HSL color Cylindrical-coordinate representation of color #391118: hue angle of 349.5º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #391118 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.78.

Color convert

RGB571724-
CMYK00.700.580.78
HSL349.5º54.05%14.51%-
HSV(B)349.5º70.18%22.35%-
XYZ2.051.341.01-
YUV29.76124.75147.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 58.16%
GREEN value IS 17 (7.03% from 255) = 17.35%
BLUE value IS 24 (9.77% from 255) = 24.49%
R=58.16%
G=17.35%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57172400.700.580.78349.554.0514.51
Hex3911180463A4E15e36f
Octal7121300106721165366617
Binary11100110001110000100011011101010011101010111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391118; }

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

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

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

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

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

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

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

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