#390512

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

Shades of Rustic Red #390512

Tints of Rustic Red #390512

Color information

#390512 (or 0x390512) is unknown color: approx Rustic Red. HEX triplet: 39, 05 and 12. RGB value is (57,5,18). Sum of RGB (Red+Green+Blue) = 57+5+18=80 (10% of max value = 765). Red value is 57 (22.66% from 255 or 71.25% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 18 (7.42% from 255 or 22.5% from 80); Max value from RGB is 57 - color contains mainly: red. Hex color #390512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390512 is #C6FAED. Grayscale: #161616. Windows color (decimal): -13040366 or 1180985. OLE color: 1180985.

HSL color Cylindrical-coordinate representation of color #390512: hue angle of 345º 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 #390512 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB57518-
CMYK00.910.680.78
HSL345º83.87%12.16%-
HSV(B)345º91.23%22.35%-
XYZ1.851.020.67-
YUV22.03125.73152.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 71.25%
GREEN value IS 5 (2.34% from 255) = 6.25%
BLUE value IS 18 (7.42% from 255) = 22.5%
R=71.25%
G=6.25%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5751800.910.680.7834583.8712.16
Hex3951205B444E15954c
Octal71522013310411653112414
Binary11100110110010010110111000100100111010101100110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390512; }

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

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

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

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

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

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

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

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