#390518

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

Shades of Rustic Red #390518

Tints of Rustic Red #390518

Color information

#390518 (or 0x390518) is unknown color: approx Rustic Red. HEX triplet: 39, 05 and 18. RGB value is (57,5,24). Sum of RGB (Red+Green+Blue) = 57+5+24=86 (11% of max value = 765). Red value is 57 (22.66% from 255 or 66.28% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 24 (9.77% from 255 or 27.91% from 86); Max value from RGB is 57 - color contains mainly: red. Hex color #390518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390518 is #C6FAE7. Grayscale: #161616. Windows color (decimal): -13040360 or 1574201. OLE color: 1574201.

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

Color convert

RGB57524-
CMYK00.910.580.78
HSL338.08º83.87%12.16%-
HSV(B)338.08º91.23%22.35%-
XYZ1.911.040.97-
YUV22.71128.73152.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 66.28%
GREEN value IS 5 (2.34% from 255) = 5.81%
BLUE value IS 24 (9.77% from 255) = 27.91%
R=66.28%
G=5.81%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.58
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5752400.910.580.78338.0883.8712.16
Hex3951805B3A4E15254c
Octal7153001337211652212414
Binary1110011011100001011011111010100111010101001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390518; }

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

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

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

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

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

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

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

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