#390010

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

Shades of Rustic Red #390010

Tints of Rustic Red #390010

Color information

#390010 (or 0x390010) is unknown color: approx Rustic Red. HEX triplet: 39, 00 and 10. RGB value is (57,0,16). Sum of RGB (Red+Green+Blue) = 57+0+16=73 (9% of max value = 765). Red value is 57 (22.66% from 255 or 78.08% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 16 (6.64% from 255 or 21.92% from 73); Max value from RGB is 57 - color contains mainly: red. Hex color #390010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390010 is #C6FFEF. Grayscale: #121212. Windows color (decimal): -13041648 or 1048633. OLE color: 1048633.

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

Color convert

RGB57016-
CMYK010.720.78
HSL343.16º100%11.18%-
HSV(B)343.16º100%22.35%-
XYZ1.780.910.57-
YUV18.87126.38155.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 78.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 21.92%
R=78.08%
G=0%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.72
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57016010.720.78343.1610011.18
Hex39010064484E15764b
Octal71020014411011652714413
Binary111001010000011001001001000100111010101011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390010; }

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

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

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

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

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

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

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

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