#390510

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

Shades of Rustic Red #390510

Tints of Rustic Red #390510

Color information

#390510 (or 0x390510) is unknown color: approx Rustic Red. HEX triplet: 39, 05 and 10. RGB value is (57,5,16). Sum of RGB (Red+Green+Blue) = 57+5+16=78 (10% of max value = 765). Red value is 57 (22.66% from 255 or 73.08% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 57 - color contains mainly: red. Hex color #390510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390510 is #C6FAEF. Grayscale: #151515. Windows color (decimal): -13040368 or 1049913. OLE color: 1049913.

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

Color convert

RGB57516-
CMYK00.910.720.78
HSL347.31º83.87%12.16%-
HSV(B)347.31º91.23%22.35%-
XYZ1.841.020.59-
YUV21.8124.73153.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 73.08%
GREEN value IS 5 (2.34% from 255) = 6.41%
BLUE value IS 16 (6.64% from 255) = 20.51%
R=73.08%
G=6.41%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.72
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5751600.910.720.78347.3183.8712.16
Hex3951005B484E15b54c
Octal71520013311011653312414
Binary11100110110000010110111001000100111010101101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390510; }

 p { color: rgb(57,5,16); }

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

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

 a { background-color: rgb(57,5,16); }

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

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

 span { border-color: rgb(57,5,16); }

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