#391018

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

Shades of Rustic Red #391018

Tints of Rustic Red #391018

Color information

#391018 (or 0x391018) is unknown color: approx Rustic Red. HEX triplet: 39, 10 and 18. RGB value is (57,16,24). Sum of RGB (Red+Green+Blue) = 57+16+24=97 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.76% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 57 - color contains mainly: red. Hex color #391018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391018 is #C6EFE7. Grayscale: #1D1D1D. Windows color (decimal): -13037544 or 1577017. OLE color: 1577017.

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

Color convert

RGB571624-
CMYK00.720.580.78
HSL348.29º56.16%14.31%-
HSV(B)348.29º71.93%22.35%-
XYZ2.041.311.01-
YUV29.17125.08147.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 58.76%
GREEN value IS 16 (6.64% from 255) = 16.49%
BLUE value IS 24 (9.77% from 255) = 24.74%
R=58.76%
G=16.49%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57162400.720.580.78348.2956.1614.31
Hex3910180483A4E15c38e
Octal7120300110721165347016
Binary11100110000110000100100011101010011101010111001110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391018; }

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

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

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

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

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

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

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

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