#390011

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

Shades of Rustic Red #390011

Tints of Rustic Red #390011

Color information

#390011 (or 0x390011) is unknown color: approx Rustic Red. HEX triplet: 39, 00 and 11. RGB value is (57,0,17). Sum of RGB (Red+Green+Blue) = 57+0+17=74 (9% of max value = 765). Red value is 57 (22.66% from 255 or 77.03% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 17 (7.03% from 255 or 22.97% from 74); Max value from RGB is 57 - color contains mainly: red. Hex color #390011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390011 is #C6FFEE. Grayscale: #121212. Windows color (decimal): -13041647 or 1114169. OLE color: 1114169.

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

Color convert

RGB57017-
CMYK010.700.78
HSL342.11º100%11.18%-
HSV(B)342.11º100%22.35%-
XYZ1.790.910.61-
YUV18.98126.88155.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 77.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 22.97%
R=77.03%
G=0%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57017010.700.78342.1110011.18
Hex39011064464E15664b
Octal71021014410611652614413
Binary111001010001011001001000110100111010101011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390011; }

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

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

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

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

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

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

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

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