#322021

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

Shades of Rustic Red #322021

Tints of Rustic Red #322021

Color information

#322021 (or 0x322021) is unknown color: approx Rustic Red. HEX triplet: 32, 20 and 21. RGB value is (50,32,33). Sum of RGB (Red+Green+Blue) = 50+32+33=115 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.48% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 50 - color contains mainly: red. Hex color #322021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322021 is #CDDFDE. Grayscale: #252525. Windows color (decimal): -13492191 or 2170930. OLE color: 2170930.

HSL color Cylindrical-coordinate representation of color #322021: hue angle of 356.67º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #322021 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.80.

Color convert

RGB503233-
CMYK00.360.340.80
HSL356.67º21.95%16.08%-
HSV(B)356.67º36%19.61%-
XYZ2.111.821.68-
YUV37.5125.46136.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.48%
GREEN value IS 32 (12.89% from 255) = 27.83%
BLUE value IS 33 (13.28% from 255) = 28.70%
R=43.48%
G=27.83%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50323300.360.340.80356.6721.9516.08
Hex32202102422501651610
Octal624041044421205452620
Binary110010100000100001010010010001010100001011001011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322021; }

 p { color: rgb(50,32,33); }

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

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

 a { background-color: rgb(50,32,33); }

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

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

 span { border-color: rgb(50,32,33); }

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