#390312

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

Shades of Rustic Red #390312

Tints of Rustic Red #390312

Color information

#390312 (or 0x390312) is unknown color: approx Rustic Red. HEX triplet: 39, 03 and 12. RGB value is (57,3,18). Sum of RGB (Red+Green+Blue) = 57+3+18=78 (10% of max value = 765). Red value is 57 (22.66% from 255 or 73.08% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 18 (7.42% from 255 or 23.08% from 78); Max value from RGB is 57 - color contains mainly: red. Hex color #390312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390312 is #C6FCED. Grayscale: #141414. Windows color (decimal): -13040878 or 1180473. OLE color: 1180473.

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

Color convert

RGB57318-
CMYK00.950.680.78
HSL343.33º90%11.76%-
HSV(B)343.33º94.74%22.35%-
XYZ1.830.980.66-
YUV20.86126.39153.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 73.08%
GREEN value IS 3 (1.56% from 255) = 3.85%
BLUE value IS 18 (7.42% from 255) = 23.08%
R=73.08%
G=3.85%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5731800.950.680.78343.339011.76
Hex3931205F444E1575ac
Octal71322013710411652713214
Binary1110011110010010111111000100100111010101011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390312; }

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

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

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

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

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

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

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

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