#390913

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

Shades of Rustic Red #390913

Tints of Rustic Red #390913

Color information

#390913 (or 0x390913) is unknown color: approx Rustic Red. HEX triplet: 39, 09 and 13. RGB value is (57,9,19). Sum of RGB (Red+Green+Blue) = 57+9+19=85 (11% of max value = 765). Red value is 57 (22.66% from 255 or 67.06% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 57 - color contains mainly: red. Hex color #390913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390913 is #C6F6EC. Grayscale: #181818. Windows color (decimal): -13039341 or 1247545. OLE color: 1247545.

HSL color Cylindrical-coordinate representation of color #390913: hue angle of 347.5º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #390913 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB57919-
CMYK00.840.670.78
HSL347.5º72.73%12.94%-
HSV(B)347.5º84.21%22.35%-
XYZ1.91.110.73-
YUV24.49124.9151.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 67.06%
GREEN value IS 9 (3.91% from 255) = 10.59%
BLUE value IS 19 (7.81% from 255) = 22.35%
R=67.06%
G=10.59%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5791900.840.670.78347.572.7312.94
Hex39913054434E15c49d
Octal711123012410311653411115
Binary111001100110011010101001000011100111010101110010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390913; }

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

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

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

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

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

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

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

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