#390411

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

Shades of Rustic Red #390411

Tints of Rustic Red #390411

Color information

#390411 (or 0x390411) is unknown color: approx Rustic Red. HEX triplet: 39, 04 and 11. RGB value is (57,4,17). Sum of RGB (Red+Green+Blue) = 57+4+17=78 (10% of max value = 765). Red value is 57 (22.66% from 255 or 73.08% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 17 (7.03% from 255 or 21.79% from 78); Max value from RGB is 57 - color contains mainly: red. Hex color #390411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390411 is #C6FBEE. Grayscale: #151515. Windows color (decimal): -13040623 or 1115193. OLE color: 1115193.

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

Color convert

RGB57417-
CMYK00.930.700.78
HSL345.28º86.89%11.96%-
HSV(B)345.28º92.98%22.35%-
XYZ1.8310.63-
YUV21.33125.56153.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 73.08%
GREEN value IS 4 (1.95% from 255) = 5.13%
BLUE value IS 17 (7.03% from 255) = 21.79%
R=73.08%
G=5.13%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5741700.930.700.78345.2886.8911.96
Hex3941105D464E15957c
Octal71421013510611653112714
Binary11100110010001010111011000110100111010101100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390411; }

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

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

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

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

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

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

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

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