#390511

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

Shades of Rustic Red #390511

Tints of Rustic Red #390511

Color information

#390511 (or 0x390511) is unknown color: approx Rustic Red. HEX triplet: 39, 05 and 11. RGB value is (57,5,17). Sum of RGB (Red+Green+Blue) = 57+5+17=79 (10% of max value = 765). Red value is 57 (22.66% from 255 or 72.15% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 17 (7.03% from 255 or 21.52% from 79); Max value from RGB is 57 - color contains mainly: red. Hex color #390511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390511 is #C6FAEE. Grayscale: #151515. Windows color (decimal): -13040367 or 1115449. OLE color: 1115449.

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

Color convert

RGB57517-
CMYK00.910.700.78
HSL346.15º83.87%12.16%-
HSV(B)346.15º91.23%22.35%-
XYZ1.841.020.63-
YUV21.92125.23153.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 72.15%
GREEN value IS 5 (2.34% from 255) = 6.33%
BLUE value IS 17 (7.03% from 255) = 21.52%
R=72.15%
G=6.33%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5751700.910.700.78346.1583.8712.16
Hex3951105B464E15a54c
Octal71521013310611653212414
Binary11100110110001010110111000110100111010101101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390511; }

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

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

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

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

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

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

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

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