#390105

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

Shades of Rustic Red #390105

Tints of Rustic Red #390105

Color information

#390105 (or 0x390105) is unknown color: approx Rustic Red. HEX triplet: 39, 01 and 05. RGB value is (57,1,5). Sum of RGB (Red+Green+Blue) = 57+1+5=63 (8% of max value = 765). Red value is 57 (22.66% from 255 or 90.48% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 5 (2.34% from 255 or 7.94% from 63); Max value from RGB is 57 - color contains mainly: red. Hex color #390105 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390105 is #C6FEFA. Grayscale: #121212. Windows color (decimal): -13041403 or 327993. OLE color: 327993.

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

Color convert

RGB5715-
CMYK00.980.910.78
HSL355.71º96.55%11.37%-
HSV(B)355.71º98.25%22.35%-
XYZ1.730.90.23-
YUV18.2120.55155.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 90.48%
GREEN value IS 1 (0.78% from 255) = 1.59%
BLUE value IS 5 (2.34% from 255) = 7.94%
R=90.48%
G=1.59%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal571500.980.910.78355.7196.5511.37
Hex39150625B4E16461b
Octal7115014213311654414113
Binary1110011101011000101011011100111010110010011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390105; }

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

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

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

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

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

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

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

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