#390506

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

Shades of Rustic Red #390506

Tints of Rustic Red #390506

Color information

#390506 (or 0x390506) is unknown color: approx Rustic Red. HEX triplet: 39, 05 and 06. RGB value is (57,5,6). Sum of RGB (Red+Green+Blue) = 57+5+6=68 (9% of max value = 765). Red value is 57 (22.66% from 255 or 83.82% from 68); Green value is 5 (2.34% from 255 or 7.35% from 68); Blue value is 6 (2.73% from 255 or 8.82% from 68); Max value from RGB is 57 - color contains mainly: red. Hex color #390506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390506 is #C6FAF9. Grayscale: #141414. Windows color (decimal): -13040378 or 394553. OLE color: 394553.

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

Color convert

RGB5756-
CMYK00.910.890.78
HSL358.85º83.87%12.16%-
HSV(B)358.85º91.23%22.35%-
XYZ1.770.990.27-
YUV20.66119.73153.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 83.82%
GREEN value IS 5 (2.34% from 255) = 7.35%
BLUE value IS 6 (2.73% from 255) = 8.82%
R=83.82%
G=7.35%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal575600.910.890.78358.8583.8712.16
Hex395605B594E16754c
Octal7156013313111654712414
Binary111001101110010110111011001100111010110011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390506; }

 p { color: rgb(57,5,6); }

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

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

 a { background-color: rgb(57,5,6); }

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

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

 span { border-color: rgb(57,5,6); }

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