#390416

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

Shades of Rustic Red #390416

Tints of Rustic Red #390416

Color information

#390416 (or 0x390416) is unknown color: approx Rustic Red. HEX triplet: 39, 04 and 16. RGB value is (57,4,22). Sum of RGB (Red+Green+Blue) = 57+4+22=83 (10% of max value = 765). Red value is 57 (22.66% from 255 or 68.67% from 83); Green value is 4 (1.95% from 255 or 4.82% from 83); Blue value is 22 (8.98% from 255 or 26.51% from 83); Max value from RGB is 57 - color contains mainly: red. Hex color #390416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390416 is #C6FBE9. Grayscale: #151515. Windows color (decimal): -13040618 or 1442873. OLE color: 1442873.

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

Color convert

RGB57422-
CMYK00.930.610.78
HSL339.62º86.89%11.96%-
HSV(B)339.62º92.98%22.35%-
XYZ1.881.010.86-
YUV21.9128.06153.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 68.67%
GREEN value IS 4 (1.95% from 255) = 4.82%
BLUE value IS 22 (8.98% from 255) = 26.51%
R=68.67%
G=4.82%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5742200.930.610.78339.6286.8911.96
Hex3941605D3D4E15457c
Octal7142601357511652412714
Binary1110011001011001011101111101100111010101010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390416; }

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

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

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

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

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

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

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

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