#391013

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

Shades of Rustic Red #391013

Tints of Rustic Red #391013

Color information

#391013 (or 0x391013) is unknown color: approx Rustic Red. HEX triplet: 39, 10 and 13. RGB value is (57,16,19). Sum of RGB (Red+Green+Blue) = 57+16+19=92 (12% of max value = 765). Red value is 57 (22.66% from 255 or 61.96% from 92); Green value is 16 (6.64% from 255 or 17.39% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 57 - color contains mainly: red. Hex color #391013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391013 is #C6EFEC. Grayscale: #1C1C1C. Windows color (decimal): -13037549 or 1249337. OLE color: 1249337.

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

Color convert

RGB571619-
CMYK00.720.670.78
HSL355.61º56.16%14.31%-
HSV(B)355.61º71.93%22.35%-
XYZ1.991.290.76-
YUV28.6122.58148.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 61.96%
GREEN value IS 16 (6.64% from 255) = 17.39%
BLUE value IS 19 (7.81% from 255) = 20.65%
R=61.96%
G=17.39%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57161900.720.670.78355.6156.1614.31
Hex391013048434E16438e
Octal71202301101031165447016
Binary111001100001001101001000100001110011101011001001110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391013; }

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

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

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

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

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

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

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

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