#390203

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

Shades of Rustic Red #390203

Tints of Rustic Red #390203

Color information

#390203 (or 0x390203) is unknown color: approx Rustic Red. HEX triplet: 39, 02 and 03. RGB value is (57,2,3). Sum of RGB (Red+Green+Blue) = 57+2+3=62 (8% of max value = 765). Red value is 57 (22.66% from 255 or 91.94% from 62); Green value is 2 (1.17% from 255 or 3.23% from 62); Blue value is 3 (1.56% from 255 or 4.84% from 62); Max value from RGB is 57 - color contains mainly: red. Hex color #390203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390203 is #C6FDFC. Grayscale: #121212. Windows color (decimal): -13041149 or 197177. OLE color: 197177.

HSL color Cylindrical-coordinate representation of color #390203: hue angle of 358.91º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390203 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB5723-
CMYK00.960.950.78
HSL358.91º93.22%11.57%-
HSV(B)358.91º96.49%22.35%-
XYZ1.730.920.17-
YUV18.56119.22155.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 91.94%
GREEN value IS 2 (1.17% from 255) = 3.23%
BLUE value IS 3 (1.56% from 255) = 4.84%
R=91.94%
G=3.23%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal572300.960.950.78358.9193.2211.57
Hex39230605F4E1675dc
Octal7123014013711654713514
Binary1110011011011000001011111100111010110011110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390203; }

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

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

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

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

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

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

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

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