#390107

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

Shades of Rustic Red #390107

Tints of Rustic Red #390107

Color information

#390107 (or 0x390107) is unknown color: approx Rustic Red. HEX triplet: 39, 01 and 07. RGB value is (57,1,7). Sum of RGB (Red+Green+Blue) = 57+1+7=65 (8% of max value = 765). Red value is 57 (22.66% from 255 or 87.69% from 65); Green value is 1 (0.78% from 255 or 1.54% from 65); Blue value is 7 (3.12% from 255 or 10.77% from 65); Max value from RGB is 57 - color contains mainly: red. Hex color #390107 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390107 is #C6FEF8. Grayscale: #121212. Windows color (decimal): -13041401 or 459065. OLE color: 459065.

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

Color convert

RGB5717-
CMYK00.980.880.78
HSL353.57º96.55%11.37%-
HSV(B)353.57º98.25%22.35%-
XYZ1.740.910.28-
YUV18.43121.55155.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 87.69%
GREEN value IS 1 (0.78% from 255) = 1.54%
BLUE value IS 7 (3.12% from 255) = 10.77%
R=87.69%
G=1.54%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal571700.980.880.78353.5796.5511.37
Hex3917062584E16261b
Octal7117014213011654214113
Binary1110011111011000101011000100111010110001011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390107; }

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

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

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

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

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

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

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

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