#390E15

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

Shades of Rustic Red #390E15

Tints of Rustic Red #390E15

Color information

#390E15 (or 0x390E15) is unknown color: approx Rustic Red. HEX triplet: 39, 0E and 15. RGB value is (57,14,21). Sum of RGB (Red+Green+Blue) = 57+14+21=92 (12% of max value = 765). Red value is 57 (22.66% from 255 or 61.96% from 92); Green value is 14 (5.86% from 255 or 15.22% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 57 - color contains mainly: red. Hex color #390E15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390E15 is #C6F1EA. Grayscale: #1B1B1B. Windows color (decimal): -13038059 or 1379897. OLE color: 1379897.

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

Color convert

RGB571421-
CMYK00.750.630.78
HSL350.23º60.56%13.92%-
HSV(B)350.23º75.44%22.35%-
XYZ1.981.240.84-
YUV27.66124.25148.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 61.96%
GREEN value IS 14 (5.86% from 255) = 15.22%
BLUE value IS 21 (8.59% from 255) = 22.83%
R=61.96%
G=15.22%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57142100.750.630.78350.2360.5613.92
Hex39E1504B3F4E15e3de
Octal7116250113771165367516
Binary1110011110101010100101111111110011101010111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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