#390003

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

Shades of Rustic Red #390003

Tints of Rustic Red #390003

Color information

#390003 (or 0x390003) is unknown color: approx Rustic Red. HEX triplet: 39, 00 and 03. RGB value is (57,0,3). Sum of RGB (Red+Green+Blue) = 57+0+3=60 (7% of max value = 765). Red value is 57 (22.66% from 255 or 95% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 3 (1.56% from 255 or 5% from 60); Max value from RGB is 57 - color contains mainly: red. Hex color #390003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390003 is #C6FFFC. Grayscale: #111111. Windows color (decimal): -13041661 or 196665. OLE color: 196665.

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

Color convert

RGB5703-
CMYK010.950.78
HSL356.84º100%11.18%-
HSV(B)356.84º100%22.35%-
XYZ1.70.880.17-
YUV17.38119.88156.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 3 (1.56% from 255) = 5%
R=95%
G=0%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5703010.950.78356.8410011.18
Hex39030645F4E16564b
Octal7103014413711654514413
Binary111001011011001001011111100111010110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390003; }

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

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

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

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

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

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

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

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