#390415

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

Shades of Rustic Red #390415

Tints of Rustic Red #390415

Color information

#390415 (or 0x390415) is unknown color: approx Rustic Red. HEX triplet: 39, 04 and 15. RGB value is (57,4,21). Sum of RGB (Red+Green+Blue) = 57+4+21=82 (10% of max value = 765). Red value is 57 (22.66% from 255 or 69.51% from 82); Green value is 4 (1.95% from 255 or 4.88% from 82); Blue value is 21 (8.59% from 255 or 25.61% from 82); Max value from RGB is 57 - color contains mainly: red. Hex color #390415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390415 is #C6FBEA. Grayscale: #151515. Windows color (decimal): -13040619 or 1377337. OLE color: 1377337.

HSL color Cylindrical-coordinate representation of color #390415: hue angle of 340.75º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390415 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB57421-
CMYK00.930.630.78
HSL340.75º86.89%11.96%-
HSV(B)340.75º92.98%22.35%-
XYZ1.871.010.81-
YUV21.78127.56153.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 69.51%
GREEN value IS 4 (1.95% from 255) = 4.88%
BLUE value IS 21 (8.59% from 255) = 25.61%
R=69.51%
G=4.88%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5742100.930.630.78340.7586.8911.96
Hex3941505D3F4E15557c
Octal7142501357711652512714
Binary1110011001010101011101111111100111010101010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390415; }

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

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

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

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

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

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

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

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