#390612

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

Shades of Rustic Red #390612

Tints of Rustic Red #390612

Color information

#390612 (or 0x390612) is unknown color: approx Rustic Red. HEX triplet: 39, 06 and 12. RGB value is (57,6,18). Sum of RGB (Red+Green+Blue) = 57+6+18=81 (10% of max value = 765). Red value is 57 (22.66% from 255 or 70.37% from 81); Green value is 6 (2.73% from 255 or 7.41% from 81); Blue value is 18 (7.42% from 255 or 22.22% from 81); Max value from RGB is 57 - color contains mainly: red. Hex color #390612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390612 is #C6F9ED. Grayscale: #161616. Windows color (decimal): -13040110 or 1181241. OLE color: 1181241.

HSL color Cylindrical-coordinate representation of color #390612: hue angle of 345.88º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #390612 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB57618-
CMYK00.890.680.78
HSL345.88º80.95%12.35%-
HSV(B)345.88º89.47%22.35%-
XYZ1.861.040.68-
YUV22.62125.4152.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 70.37%
GREEN value IS 6 (2.73% from 255) = 7.41%
BLUE value IS 18 (7.42% from 255) = 22.22%
R=70.37%
G=7.41%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5761800.890.680.78345.8880.9512.35
Hex39612059444E15a51c
Octal71622013110411653212114
Binary11100111010010010110011000100100111010101101010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390612; }

 p { color: rgb(57,6,18); }

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

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

 a { background-color: rgb(57,6,18); }

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

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

 span { border-color: rgb(57,6,18); }

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