#390116

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

Shades of Rustic Red #390116

Tints of Rustic Red #390116

Color information

#390116 (or 0x390116) is unknown color: approx Rustic Red. HEX triplet: 39, 01 and 16. RGB value is (57,1,22). Sum of RGB (Red+Green+Blue) = 57+1+22=80 (10% of max value = 765). Red value is 57 (22.66% from 255 or 71.25% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 22 (8.98% from 255 or 27.5% from 80); Max value from RGB is 57 - color contains mainly: red. Hex color #390116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390116 is #C6FEE9. Grayscale: #141414. Windows color (decimal): -13041386 or 1442105. OLE color: 1442105.

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

Color convert

RGB57122-
CMYK00.980.610.78
HSL337.5º96.55%11.37%-
HSV(B)337.5º98.25%22.35%-
XYZ1.840.950.85-
YUV20.14129.05154.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 71.25%
GREEN value IS 1 (0.78% from 255) = 1.25%
BLUE value IS 22 (8.98% from 255) = 27.5%
R=71.25%
G=1.25%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5712200.980.610.78337.596.5511.37
Hex391160623D4E15261b
Octal7112601427511652214113
Binary11100111011001100010111101100111010101001011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390116; }

 p { color: rgb(57,1,22); }

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

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

 a { background-color: rgb(57,1,22); }

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

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

 span { border-color: rgb(57,1,22); }

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