#390106

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

Shades of Rustic Red #390106

Tints of Rustic Red #390106

Color information

#390106 (or 0x390106) is unknown color: approx Rustic Red. HEX triplet: 39, 01 and 06. RGB value is (57,1,6). Sum of RGB (Red+Green+Blue) = 57+1+6=64 (8% of max value = 765). Red value is 57 (22.66% from 255 or 89.06% from 64); Green value is 1 (0.78% from 255 or 1.56% from 64); Blue value is 6 (2.73% from 255 or 9.38% from 64); Max value from RGB is 57 - color contains mainly: red. Hex color #390106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390106 is #C6FEF9. Grayscale: #121212. Windows color (decimal): -13041402 or 393529. OLE color: 393529.

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

Color convert

RGB5716-
CMYK00.980.890.78
HSL354.64º96.55%11.37%-
HSV(B)354.64º98.25%22.35%-
XYZ1.730.90.26-
YUV18.31121.05155.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 89.06%
GREEN value IS 1 (0.78% from 255) = 1.56%
BLUE value IS 6 (2.73% from 255) = 9.38%
R=89.06%
G=1.56%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal571600.980.890.78354.6496.5511.37
Hex3916062594E16361b
Octal7116014213111654314113
Binary1110011110011000101011001100111010110001111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390106; }

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

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

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

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

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

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

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

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