#390112

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

Shades of Rustic Red #390112

Tints of Rustic Red #390112

Color information

#390112 (or 0x390112) is unknown color: approx Rustic Red. HEX triplet: 39, 01 and 12. RGB value is (57,1,18). Sum of RGB (Red+Green+Blue) = 57+1+18=76 (10% of max value = 765). Red value is 57 (22.66% from 255 or 75% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 57 - color contains mainly: red. Hex color #390112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390112 is #C6FEED. Grayscale: #131313. Windows color (decimal): -13041390 or 1179961. OLE color: 1179961.

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

Color convert

RGB57118-
CMYK00.980.680.78
HSL341.79º96.55%11.37%-
HSV(B)341.79º98.25%22.35%-
XYZ1.810.940.66-
YUV19.68127.05154.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 75%
GREEN value IS 1 (0.78% from 255) = 1.32%
BLUE value IS 18 (7.42% from 255) = 23.68%
R=75%
G=1.32%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5711800.980.680.78341.7996.5511.37
Hex39112062444E15661b
Octal71122014210411652614113
Binary111001110010011000101000100100111010101011011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390112; }

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

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

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

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

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

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

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

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