#391015

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

Shades of Rustic Red #391015

Tints of Rustic Red #391015

Color information

#391015 (or 0x391015) is unknown color: approx Rustic Red. HEX triplet: 39, 10 and 15. RGB value is (57,16,21). Sum of RGB (Red+Green+Blue) = 57+16+21=94 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60.64% from 94); Green value is 16 (6.64% from 255 or 17.02% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 57 - color contains mainly: red. Hex color #391015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391015 is #C6EFEA. Grayscale: #1C1C1C. Windows color (decimal): -13037547 or 1380409. OLE color: 1380409.

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

Color convert

RGB571621-
CMYK00.720.630.78
HSL352.68º56.16%14.31%-
HSV(B)352.68º71.93%22.35%-
XYZ2.011.290.85-
YUV28.83123.58148.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 60.64%
GREEN value IS 16 (6.64% from 255) = 17.02%
BLUE value IS 21 (8.59% from 255) = 22.34%
R=60.64%
G=17.02%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57162100.720.630.78352.6856.1614.31
Hex3910150483F4E16138e
Octal7120250110771165417016
Binary11100110000101010100100011111110011101011000011110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391015; }

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

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

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

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

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

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

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

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