#390103

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

Shades of Rustic Red #390103

Tints of Rustic Red #390103

Color information

#390103 (or 0x390103) is unknown color: approx Rustic Red. HEX triplet: 39, 01 and 03. RGB value is (57,1,3). Sum of RGB (Red+Green+Blue) = 57+1+3=61 (8% of max value = 765). Red value is 57 (22.66% from 255 or 93.44% from 61); Green value is 1 (0.78% from 255 or 1.64% from 61); Blue value is 3 (1.56% from 255 or 4.92% from 61); Max value from RGB is 57 - color contains mainly: red. Hex color #390103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390103 is #C6FEFC. Grayscale: #121212. Windows color (decimal): -13041405 or 196921. OLE color: 196921.

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

Color convert

RGB5713-
CMYK00.980.950.78
HSL357.86º96.55%11.37%-
HSV(B)357.86º98.25%22.35%-
XYZ1.710.90.17-
YUV17.97119.55155.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 93.44%
GREEN value IS 1 (0.78% from 255) = 1.64%
BLUE value IS 3 (1.56% from 255) = 4.92%
R=93.44%
G=1.64%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal571300.980.950.78357.8696.5511.37
Hex39130625F4E16661b
Octal7113014213711654614113
Binary111001111011000101011111100111010110011011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390103; }

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

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

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

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

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

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

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

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