#390812

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

Shades of Rustic Red #390812

Tints of Rustic Red #390812

Color information

#390812 (or 0x390812) is unknown color: approx Rustic Red. HEX triplet: 39, 08 and 12. RGB value is (57,8,18). Sum of RGB (Red+Green+Blue) = 57+8+18=83 (10% of max value = 765). Red value is 57 (22.66% from 255 or 68.67% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 57 - color contains mainly: red. Hex color #390812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390812 is #C6F7ED. Grayscale: #171717. Windows color (decimal): -13039598 or 1181753. OLE color: 1181753.

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

Color convert

RGB57818-
CMYK00.860.680.78
HSL347.76º75.38%12.75%-
HSV(B)347.76º85.96%22.35%-
XYZ1.881.090.68-
YUV23.79124.73151.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 68.67%
GREEN value IS 8 (3.52% from 255) = 9.64%
BLUE value IS 18 (7.42% from 255) = 21.69%
R=68.67%
G=9.64%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5781800.860.680.78347.7675.3812.75
Hex39812056444E15c4bd
Octal711022012610411653411315
Binary111001100010010010101101000100100111010101110010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390812; }

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

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

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

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

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

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

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

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