#390008

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

Shades of Rustic Red #390008

Tints of Rustic Red #390008

Color information

#390008 (or 0x390008) is unknown color: approx Rustic Red. HEX triplet: 39, 00 and 08. RGB value is (57,0,8). Sum of RGB (Red+Green+Blue) = 57+0+8=65 (8% of max value = 765). Red value is 57 (22.66% from 255 or 87.69% from 65); Green value is 0 (0.39% from 255 or 0% from 65); Blue value is 8 (3.52% from 255 or 12.31% from 65); Max value from RGB is 57 - color contains mainly: red. Hex color #390008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390008 is #C6FFF7. Grayscale: #111111. Windows color (decimal): -13041656 or 524345. OLE color: 524345.

HSL color Cylindrical-coordinate representation of color #390008: hue angle of 351.58º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #390008 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB5708-
CMYK010.860.78
HSL351.58º100%11.18%-
HSV(B)351.58º100%22.35%-
XYZ1.730.890.31-
YUV17.95122.38155.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 87.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 8 (3.52% from 255) = 12.31%
R=87.69%
G=0%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5708010.860.78351.5810011.18
Hex3908064564E16064b
Octal71010014412611654014413
Binary11100101000011001001010110100111010110000011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390008; }

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

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

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

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

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

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

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

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