#390A18

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

Shades of Rustic Red #390A18

Tints of Rustic Red #390A18

Color information

#390A18 (or 0x390A18) is unknown color: approx Rustic Red. HEX triplet: 39, 0A and 18. RGB value is (57,10,24). Sum of RGB (Red+Green+Blue) = 57+10+24=91 (12% of max value = 765). Red value is 57 (22.66% from 255 or 62.64% from 91); Green value is 10 (4.30% from 255 or 10.99% from 91); Blue value is 24 (9.77% from 255 or 26.37% from 91); Max value from RGB is 57 - color contains mainly: red. Hex color #390A18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390A18 is #C6F5E7. Grayscale: #191919. Windows color (decimal): -13039080 or 1575481. OLE color: 1575481.

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

Color convert

RGB571024-
CMYK00.820.580.78
HSL342.13º70.15%13.14%-
HSV(B)342.13º82.46%22.35%-
XYZ1.961.150.98-
YUV25.65127.07150.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 62.64%
GREEN value IS 10 (4.30% from 255) = 10.99%
BLUE value IS 24 (9.77% from 255) = 26.37%
R=62.64%
G=10.99%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57102400.820.580.78342.1370.1513.14
Hex39A180523A4E15646d
Octal71123001227211652610615
Binary11100110101100001010010111010100111010101011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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