#390611

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

Shades of Rustic Red #390611

Tints of Rustic Red #390611

Color information

#390611 (or 0x390611) is unknown color: approx Rustic Red. HEX triplet: 39, 06 and 11. RGB value is (57,6,17). Sum of RGB (Red+Green+Blue) = 57+6+17=80 (10% of max value = 765). Red value is 57 (22.66% from 255 or 71.25% from 80); Green value is 6 (2.73% from 255 or 7.5% from 80); Blue value is 17 (7.03% from 255 or 21.25% from 80); Max value from RGB is 57 - color contains mainly: red. Hex color #390611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390611 is #C6F9EE. Grayscale: #161616. Windows color (decimal): -13040111 or 1115705. OLE color: 1115705.

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

Color convert

RGB57617-
CMYK00.890.700.78
HSL347.06º80.95%12.35%-
HSV(B)347.06º89.47%22.35%-
XYZ1.851.040.63-
YUV22.5124.9152.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 71.25%
GREEN value IS 6 (2.73% from 255) = 7.5%
BLUE value IS 17 (7.03% from 255) = 21.25%
R=71.25%
G=7.5%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5761700.890.700.78347.0680.9512.35
Hex39611059464E15b51c
Octal71621013110611653312114
Binary11100111010001010110011000110100111010101101110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390611; }

 p { color: rgb(57,6,17); }

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

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

 a { background-color: rgb(57,6,17); }

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

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

 span { border-color: rgb(57,6,17); }

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