#390914

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

Shades of Rustic Red #390914

Tints of Rustic Red #390914

Color information

#390914 (or 0x390914) is unknown color: approx Rustic Red. HEX triplet: 39, 09 and 14. RGB value is (57,9,20). Sum of RGB (Red+Green+Blue) = 57+9+20=86 (11% of max value = 765). Red value is 57 (22.66% from 255 or 66.28% from 86); Green value is 9 (3.91% from 255 or 10.47% from 86); Blue value is 20 (8.20% from 255 or 23.26% from 86); Max value from RGB is 57 - color contains mainly: red. Hex color #390914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390914 is #C6F6EB. Grayscale: #181818. Windows color (decimal): -13039340 or 1313081. OLE color: 1313081.

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

Color convert

RGB57920-
CMYK00.840.650.78
HSL346.25º72.73%12.94%-
HSV(B)346.25º84.21%22.35%-
XYZ1.911.120.78-
YUV24.61125.4151.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 66.28%
GREEN value IS 9 (3.91% from 255) = 10.47%
BLUE value IS 20 (8.20% from 255) = 23.26%
R=66.28%
G=10.47%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5792000.840.650.78346.2572.7312.94
Hex39914054414E15a49d
Octal711124012410111653211115
Binary111001100110100010101001000001100111010101101010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390914; }

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

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

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

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

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

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

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

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