#390E1B

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

Shades of Rustic Red #390E1B

Tints of Rustic Red #390E1B

Color information

#390E1B (or 0x390E1B) is unknown color: approx Rustic Red. HEX triplet: 39, 0E and 1B. RGB value is (57,14,27). Sum of RGB (Red+Green+Blue) = 57+14+27=98 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.16% from 98); Green value is 14 (5.86% from 255 or 14.29% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 57 - color contains mainly: red. Hex color #390E1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390E1B is #C6F1E4. Grayscale: #1C1C1C. Windows color (decimal): -13038053 or 1773113. OLE color: 1773113.

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

Color convert

RGB571427-
CMYK00.750.530.78
HSL341.86º60.56%13.92%-
HSV(B)341.86º75.44%22.35%-
XYZ2.041.261.17-
YUV28.34127.25148.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 58.16%
GREEN value IS 14 (5.86% from 255) = 14.29%
BLUE value IS 27 (10.94% from 255) = 27.55%
R=58.16%
G=14.29%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57142700.750.530.78341.8660.5613.92
Hex39E1B04B354E1563de
Octal7116330113651165267516
Binary1110011110110110100101111010110011101010101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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