#390012

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

Shades of Rustic Red #390012

Tints of Rustic Red #390012

Color information

#390012 (or 0x390012) is unknown color: approx Rustic Red. HEX triplet: 39, 00 and 12. RGB value is (57,0,18). Sum of RGB (Red+Green+Blue) = 57+0+18=75 (9% of max value = 765). Red value is 57 (22.66% from 255 or 76% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 18 (7.42% from 255 or 24% from 75); Max value from RGB is 57 - color contains mainly: red. Hex color #390012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390012 is #C6FFED. Grayscale: #131313. Windows color (decimal): -13041646 or 1179705. OLE color: 1179705.

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

Color convert

RGB57018-
CMYK010.680.78
HSL341.05º100%11.18%-
HSV(B)341.05º100%22.35%-
XYZ1.80.910.65-
YUV19.1127.38155.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 24%
R=76%
G=0%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57018010.680.78341.0510011.18
Hex39012064444E15564b
Octal71022014410411652514413
Binary111001010010011001001000100100111010101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390012; }

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

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

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

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

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

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

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

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