#390016

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

Shades of Rustic Red #390016

Tints of Rustic Red #390016

Color information

#390016 (or 0x390016) is unknown color: approx Rustic Red. HEX triplet: 39, 00 and 16. RGB value is (57,0,22). Sum of RGB (Red+Green+Blue) = 57+0+22=79 (10% of max value = 765). Red value is 57 (22.66% from 255 or 72.15% from 79); Green value is 0 (0.39% from 255 or 0% from 79); Blue value is 22 (8.98% from 255 or 27.85% from 79); Max value from RGB is 57 - color contains mainly: red. Hex color #390016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390016 is #C6FFE9. Grayscale: #131313. Windows color (decimal): -13041642 or 1441849. OLE color: 1441849.

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

Color convert

RGB57022-
CMYK010.610.78
HSL336.84º100%11.18%-
HSV(B)336.84º100%22.35%-
XYZ1.830.930.84-
YUV19.55129.38154.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 72.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 22 (8.98% from 255) = 27.85%
R=72.15%
G=0%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57022010.610.78336.8410011.18
Hex390160643D4E15164b
Octal7102601447511652114413
Binary11100101011001100100111101100111010101000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390016; }

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

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

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

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

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

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

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

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