#390D1A

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

Shades of Rustic Red #390D1A

Tints of Rustic Red #390D1A

Color information

#390D1A (or 0x390D1A) is unknown color: approx Rustic Red. HEX triplet: 39, 0D and 1A. RGB value is (57,13,26). Sum of RGB (Red+Green+Blue) = 57+13+26=96 (12% of max value = 765). Red value is 57 (22.66% from 255 or 59.38% from 96); Green value is 13 (5.47% from 255 or 13.54% from 96); Blue value is 26 (10.55% from 255 or 27.08% from 96); Max value from RGB is 57 - color contains mainly: red. Hex color #390D1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390D1A is #C6F2E5. Grayscale: #1B1B1B. Windows color (decimal): -13038310 or 1707321. OLE color: 1707321.

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

Color convert

RGB571326-
CMYK00.770.540.78
HSL342.27º62.86%13.73%-
HSV(B)342.27º77.19%22.35%-
XYZ2.021.231.11-
YUV27.64127.08148.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 59.38%
GREEN value IS 13 (5.47% from 255) = 13.54%
BLUE value IS 26 (10.55% from 255) = 27.08%
R=59.38%
G=13.54%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57132600.770.540.78342.2762.8613.73
Hex39D1A04D364E1563fe
Octal7115320115661165267716
Binary1110011101110100100110111011010011101010101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,13,26); }

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

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

 a { background-color: rgb(57,13,26); }

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

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

 span { border-color: rgb(57,13,26); }

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