#320312

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

Shades of Rustic Red #320312

Tints of Rustic Red #320312

Color information

#320312 (or 0x320312) is unknown color: approx Rustic Red. HEX triplet: 32, 03 and 12. RGB value is (50,3,18). Sum of RGB (Red+Green+Blue) = 50+3+18=71 (9% of max value = 765). Red value is 50 (19.92% from 255 or 70.42% from 71); Green value is 3 (1.56% from 255 or 4.23% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 50 - color contains mainly: red. Hex color #320312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320312 is #CDFCED. Grayscale: #121212. Windows color (decimal): -13499630 or 1180466. OLE color: 1180466.

HSL color Cylindrical-coordinate representation of color #320312: hue angle of 340.85º 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 #320312 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.80.

Color convert

RGB50318-
CMYK00.940.640.80
HSL340.85º88.68%10.39%-
HSV(B)340.85º94%19.61%-
XYZ1.460.790.65-
YUV18.76127.57150.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 70.42%
GREEN value IS 3 (1.56% from 255) = 4.23%
BLUE value IS 18 (7.42% from 255) = 25.35%
R=70.42%
G=4.23%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5031800.940.640.80340.8588.6810.39
Hex3231205E405015559a
Octal62322013610012052513112
Binary1100101110010010111101000000101000010101010110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320312; }

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

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

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

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

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

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

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

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