#390412

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

Shades of Rustic Red #390412

Tints of Rustic Red #390412

Color information

#390412 (or 0x390412) is unknown color: approx Rustic Red. HEX triplet: 39, 04 and 12. RGB value is (57,4,18). Sum of RGB (Red+Green+Blue) = 57+4+18=79 (10% of max value = 765). Red value is 57 (22.66% from 255 or 72.15% from 79); Green value is 4 (1.95% from 255 or 5.06% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 57 - color contains mainly: red. Hex color #390412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390412 is #C6FBED. Grayscale: #151515. Windows color (decimal): -13040622 or 1180729. OLE color: 1180729.

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

Color convert

RGB57418-
CMYK00.930.680.78
HSL344.15º86.89%11.96%-
HSV(B)344.15º92.98%22.35%-
XYZ1.8410.67-
YUV21.44126.06153.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 72.15%
GREEN value IS 4 (1.95% from 255) = 5.06%
BLUE value IS 18 (7.42% from 255) = 22.78%
R=72.15%
G=5.06%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5741800.930.680.78344.1586.8911.96
Hex3941205D444E15857c
Octal71422013510411653012714
Binary11100110010010010111011000100100111010101100010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390412; }

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

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

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

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

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

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

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

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