#390D0E

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

Shades of Rustic Red #390D0E

Tints of Rustic Red #390D0E

Color information

#390D0E (or 0x390D0E) is unknown color: approx Rustic Red. HEX triplet: 39, 0D and 0E. RGB value is (57,13,14). Sum of RGB (Red+Green+Blue) = 57+13+14=84 (11% of max value = 765). Red value is 57 (22.66% from 255 or 67.86% from 84); Green value is 13 (5.47% from 255 or 15.48% from 84); Blue value is 14 (5.86% from 255 or 16.67% from 84); Max value from RGB is 57 - color contains mainly: red. Hex color #390D0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390D0E is #C6F2F1. Grayscale: #1A1A1A. Windows color (decimal): -13038322 or 920889. OLE color: 920889.

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

Color convert

RGB571314-
CMYK00.770.750.78
HSL358.64º62.86%13.73%-
HSV(B)358.64º77.19%22.35%-
XYZ1.911.190.54-
YUV26.27121.08149.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 67.86%
GREEN value IS 13 (5.47% from 255) = 15.48%
BLUE value IS 14 (5.86% from 255) = 16.67%
R=67.86%
G=15.48%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57131400.770.750.78358.6462.8613.73
Hex39DE04D4B4E1673fe
Octal71151601151131165477716
Binary1110011101111001001101100101110011101011001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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