#390508

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

Shades of Rustic Red #390508

Tints of Rustic Red #390508

Color information

#390508 (or 0x390508) is unknown color: approx Rustic Red. HEX triplet: 39, 05 and 08. RGB value is (57,5,8). Sum of RGB (Red+Green+Blue) = 57+5+8=70 (9% of max value = 765). Red value is 57 (22.66% from 255 or 81.43% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 8 (3.52% from 255 or 11.43% from 70); Max value from RGB is 57 - color contains mainly: red. Hex color #390508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390508 is #C6FAF7. Grayscale: #141414. Windows color (decimal): -13040376 or 525625. OLE color: 525625.

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

Color convert

RGB5758-
CMYK00.910.860.78
HSL356.54º83.87%12.16%-
HSV(B)356.54º91.23%22.35%-
XYZ1.7910.33-
YUV20.89120.73153.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 81.43%
GREEN value IS 5 (2.34% from 255) = 7.14%
BLUE value IS 8 (3.52% from 255) = 11.43%
R=81.43%
G=7.14%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal575800.910.860.78356.5483.8712.16
Hex395805B564E16554c
Octal71510013312611654512414
Binary1110011011000010110111010110100111010110010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390508; }

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

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

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

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

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

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

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

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