#390912

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

Shades of Rustic Red #390912

Tints of Rustic Red #390912

Color information

#390912 (or 0x390912) is unknown color: approx Rustic Red. HEX triplet: 39, 09 and 12. RGB value is (57,9,18). Sum of RGB (Red+Green+Blue) = 57+9+18=84 (11% of max value = 765). Red value is 57 (22.66% from 255 or 67.86% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 57 - color contains mainly: red. Hex color #390912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390912 is #C6F6ED. Grayscale: #181818. Windows color (decimal): -13039342 or 1182009. OLE color: 1182009.

HSL color Cylindrical-coordinate representation of color #390912: hue angle of 348.75º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #390912 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB57918-
CMYK00.840.680.78
HSL348.75º72.73%12.94%-
HSV(B)348.75º84.21%22.35%-
XYZ1.891.110.69-
YUV24.38124.4151.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 67.86%
GREEN value IS 9 (3.91% from 255) = 10.71%
BLUE value IS 18 (7.42% from 255) = 21.43%
R=67.86%
G=10.71%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5791800.840.680.78348.7572.7312.94
Hex39912054444E15d49d
Octal711122012410411653511115
Binary111001100110010010101001000100100111010101110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390912; }

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

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

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

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

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

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

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

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