#390E14

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

Shades of Rustic Red #390E14

Tints of Rustic Red #390E14

Color information

#390E14 (or 0x390E14) is unknown color: approx Rustic Red. HEX triplet: 39, 0E and 14. RGB value is (57,14,20). Sum of RGB (Red+Green+Blue) = 57+14+20=91 (12% of max value = 765). Red value is 57 (22.66% from 255 or 62.64% from 91); Green value is 14 (5.86% from 255 or 15.38% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 57 - color contains mainly: red. Hex color #390E14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390E14 is #C6F1EB. Grayscale: #1B1B1B. Windows color (decimal): -13038060 or 1314361. OLE color: 1314361.

HSL color Cylindrical-coordinate representation of color #390E14: hue angle of 351.63º 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 #390E14 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB571420-
CMYK00.750.650.78
HSL351.63º60.56%13.92%-
HSV(B)351.63º75.44%22.35%-
XYZ1.971.230.8-
YUV27.54123.75149.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 62.64%
GREEN value IS 14 (5.86% from 255) = 15.38%
BLUE value IS 20 (8.20% from 255) = 21.98%
R=62.64%
G=15.38%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57142000.750.650.78351.6360.5613.92
Hex39E1404B414E1603de
Octal71162401131011165407516
Binary11100111101010001001011100000110011101011000001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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