#390A0E

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

Shades of Rustic Red #390A0E

Tints of Rustic Red #390A0E

Color information

#390A0E (or 0x390A0E) is unknown color: approx Rustic Red. HEX triplet: 39, 0A and 0E. RGB value is (57,10,14). Sum of RGB (Red+Green+Blue) = 57+10+14=81 (10% of max value = 765). Red value is 57 (22.66% from 255 or 70.37% from 81); Green value is 10 (4.30% from 255 or 12.35% from 81); Blue value is 14 (5.86% from 255 or 17.28% from 81); Max value from RGB is 57 - color contains mainly: red. Hex color #390A0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390A0E is #C6F5F1. Grayscale: #181818. Windows color (decimal): -13039090 or 920121. OLE color: 920121.

HSL color Cylindrical-coordinate representation of color #390A0E: hue angle of 354.89º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #390A0E is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB571014-
CMYK00.820.750.78
HSL354.89º70.15%13.14%-
HSV(B)354.89º82.46%22.35%-
XYZ1.881.120.53-
YUV24.51122.07151.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 70.37%
GREEN value IS 10 (4.30% from 255) = 12.35%
BLUE value IS 14 (5.86% from 255) = 17.28%
R=70.37%
G=12.35%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57101400.820.750.78354.8970.1513.14
Hex39AE0524B4E16346d
Octal711216012211311654310615
Binary11100110101110010100101001011100111010110001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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