#391016

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

Shades of Rustic Red #391016

Tints of Rustic Red #391016

Color information

#391016 (or 0x391016) is unknown color: approx Rustic Red. HEX triplet: 39, 10 and 16. RGB value is (57,16,22). Sum of RGB (Red+Green+Blue) = 57+16+22=95 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60% from 95); Green value is 16 (6.64% from 255 or 16.84% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 57 - color contains mainly: red. Hex color #391016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391016 is #C6EFE9. Grayscale: #1C1C1C. Windows color (decimal): -13037546 or 1445945. OLE color: 1445945.

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

Color convert

RGB571622-
CMYK00.720.610.78
HSL351.22º56.16%14.31%-
HSV(B)351.22º71.93%22.35%-
XYZ2.021.30.9-
YUV28.94124.08148.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 60%
GREEN value IS 16 (6.64% from 255) = 16.84%
BLUE value IS 22 (8.98% from 255) = 23.16%
R=60%
G=16.84%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57162200.720.610.78351.2256.1614.31
Hex3910160483D4E15f38e
Octal7120260110751165377016
Binary11100110000101100100100011110110011101010111111110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391016; }

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

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

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

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

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

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

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

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