#390109

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

Shades of Rustic Red #390109

Tints of Rustic Red #390109

Color information

#390109 (or 0x390109) is unknown color: approx Rustic Red. HEX triplet: 39, 01 and 09. RGB value is (57,1,9). Sum of RGB (Red+Green+Blue) = 57+1+9=67 (8% of max value = 765). Red value is 57 (22.66% from 255 or 85.07% from 67); Green value is 1 (0.78% from 255 or 1.49% from 67); Blue value is 9 (3.91% from 255 or 13.43% from 67); Max value from RGB is 57 - color contains mainly: red. Hex color #390109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390109 is #C6FEF6. Grayscale: #121212. Windows color (decimal): -13041399 or 590137. OLE color: 590137.

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

Color convert

RGB5719-
CMYK00.980.840.78
HSL351.43º96.55%11.37%-
HSV(B)351.43º98.25%22.35%-
XYZ1.750.910.34-
YUV18.66122.55155.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 85.07%
GREEN value IS 1 (0.78% from 255) = 1.49%
BLUE value IS 9 (3.91% from 255) = 13.43%
R=85.07%
G=1.49%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal571900.980.840.78351.4396.5511.37
Hex3919062544E15f61b
Octal71111014212411653714113
Binary11100111001011000101010100100111010101111111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390109; }

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

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

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

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

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

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

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

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