#390A15

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

Shades of Rustic Red #390A15

Tints of Rustic Red #390A15

Color information

#390A15 (or 0x390A15) is unknown color: approx Rustic Red. HEX triplet: 39, 0A and 15. RGB value is (57,10,21). Sum of RGB (Red+Green+Blue) = 57+10+21=88 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.77% from 88); Green value is 10 (4.30% from 255 or 11.36% from 88); Blue value is 21 (8.59% from 255 or 23.86% from 88); Max value from RGB is 57 - color contains mainly: red. Hex color #390A15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390A15 is #C6F5EA. Grayscale: #191919. Windows color (decimal): -13039083 or 1378873. OLE color: 1378873.

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

Color convert

RGB571021-
CMYK00.820.630.78
HSL345.96º70.15%13.14%-
HSV(B)345.96º82.46%22.35%-
XYZ1.931.140.83-
YUV25.31125.57150.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 64.77%
GREEN value IS 10 (4.30% from 255) = 11.36%
BLUE value IS 21 (8.59% from 255) = 23.86%
R=64.77%
G=11.36%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57102100.820.630.78345.9670.1513.14
Hex39A150523F4E15a46d
Octal71122501227711653210615
Binary11100110101010101010010111111100111010101101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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