#320313

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

Shades of Rustic Red #320313

Tints of Rustic Red #320313

Color information

#320313 (or 0x320313) is unknown color: approx Rustic Red. HEX triplet: 32, 03 and 13. RGB value is (50,3,19). Sum of RGB (Red+Green+Blue) = 50+3+19=72 (9% of max value = 765). Red value is 50 (19.92% from 255 or 69.44% from 72); Green value is 3 (1.56% from 255 or 4.17% from 72); Blue value is 19 (7.81% from 255 or 26.39% from 72); Max value from RGB is 50 - color contains mainly: red. Hex color #320313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320313 is #CDFCEC. Grayscale: #121212. Windows color (decimal): -13499629 or 1246002. OLE color: 1246002.

HSL color Cylindrical-coordinate representation of color #320313: hue angle of 339.57º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320313 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB50319-
CMYK00.940.620.80
HSL339.57º88.68%10.39%-
HSV(B)339.57º94%19.61%-
XYZ1.470.790.69-
YUV18.88128.07150.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 69.44%
GREEN value IS 3 (1.56% from 255) = 4.17%
BLUE value IS 19 (7.81% from 255) = 26.39%
R=69.44%
G=4.17%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5031900.940.620.80339.5788.6810.39
Hex3231305E3E5015459a
Octal6232301367612052413112
Binary110010111001101011110111110101000010101010010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320313; }

 p { color: rgb(50,3,19); }

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

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

 a { background-color: rgb(50,3,19); }

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

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

 span { border-color: rgb(50,3,19); }

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