#320316

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

Shades of Rustic Red #320316

Tints of Rustic Red #320316

Color information

#320316 (or 0x320316) is unknown color: approx Rustic Red. HEX triplet: 32, 03 and 16. RGB value is (50,3,22). Sum of RGB (Red+Green+Blue) = 50+3+22=75 (9% of max value = 765). Red value is 50 (19.92% from 255 or 66.67% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 22 (8.98% from 255 or 29.33% from 75); Max value from RGB is 50 - color contains mainly: red. Hex color #320316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320316 is #CDFCE9. Grayscale: #131313. Windows color (decimal): -13499626 or 1442610. OLE color: 1442610.

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

Color convert

RGB50322-
CMYK00.940.560.80
HSL335.74º88.68%10.39%-
HSV(B)335.74º94%19.61%-
XYZ1.490.80.84-
YUV19.22129.57149.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 66.67%
GREEN value IS 3 (1.56% from 255) = 4%
BLUE value IS 22 (8.98% from 255) = 29.33%
R=66.67%
G=4%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5032200.940.560.80335.7488.6810.39
Hex3231605E385015059a
Octal6232601367012052013112
Binary110010111011001011110111000101000010101000010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320316; }

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

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

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

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

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

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

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

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