#390A17

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

Shades of Rustic Red #390A17

Tints of Rustic Red #390A17

Color information

#390A17 (or 0x390A17) is unknown color: approx Rustic Red. HEX triplet: 39, 0A and 17. RGB value is (57,10,23). Sum of RGB (Red+Green+Blue) = 57+10+23=90 (11% of max value = 765). Red value is 57 (22.66% from 255 or 63.33% from 90); Green value is 10 (4.30% from 255 or 11.11% from 90); Blue value is 23 (9.38% from 255 or 25.56% from 90); Max value from RGB is 57 - color contains mainly: red. Hex color #390A17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390A17 is #C6F5E8. Grayscale: #191919. Windows color (decimal): -13039081 or 1509945. OLE color: 1509945.

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

Color convert

RGB571023-
CMYK00.820.600.78
HSL343.4º70.15%13.14%-
HSV(B)343.4º82.46%22.35%-
XYZ1.951.150.93-
YUV25.53126.57150.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 63.33%
GREEN value IS 10 (4.30% from 255) = 11.11%
BLUE value IS 23 (9.38% from 255) = 25.56%
R=63.33%
G=11.11%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.60
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57102300.820.600.78343.470.1513.14
Hex39A170523C4E15746d
Octal71122701227411652710615
Binary11100110101011101010010111100100111010101011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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