#390E13

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

Shades of Rustic Red #390E13

Tints of Rustic Red #390E13

Color information

#390E13 (or 0x390E13) is unknown color: approx Rustic Red. HEX triplet: 39, 0E and 13. RGB value is (57,14,19). Sum of RGB (Red+Green+Blue) = 57+14+19=90 (11% of max value = 765). Red value is 57 (22.66% from 255 or 63.33% from 90); Green value is 14 (5.86% from 255 or 15.56% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 57 - color contains mainly: red. Hex color #390E13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390E13 is #C6F1EC. Grayscale: #1B1B1B. Windows color (decimal): -13038061 or 1248825. OLE color: 1248825.

HSL color Cylindrical-coordinate representation of color #390E13: hue angle of 353.02º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #390E13 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB571419-
CMYK00.750.670.78
HSL353.02º60.56%13.92%-
HSV(B)353.02º75.44%22.35%-
XYZ1.961.230.75-
YUV27.43123.25149.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 63.33%
GREEN value IS 14 (5.86% from 255) = 15.56%
BLUE value IS 19 (7.81% from 255) = 21.11%
R=63.33%
G=15.56%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57141900.750.670.78353.0260.5613.92
Hex39E1304B434E1613de
Octal71162301131031165417516
Binary11100111101001101001011100001110011101011000011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390E13; }

 p { color: rgb(57,14,19); }

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

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

 a { background-color: rgb(57,14,19); }

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

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

 span { border-color: rgb(57,14,19); }

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