#332021

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

Shades of Rustic Red #332021

Tints of Rustic Red #332021

Color information

#332021 (or 0x332021) is unknown color: approx Rustic Red. HEX triplet: 33, 20 and 21. RGB value is (51,32,33). Sum of RGB (Red+Green+Blue) = 51+32+33=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 51 - color contains mainly: red. Hex color #332021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332021 is #CCDFDE. Grayscale: #252525. Windows color (decimal): -13426655 or 2170931. OLE color: 2170931.

HSL color Cylindrical-coordinate representation of color #332021: hue angle of 356.84º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #332021 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB513233-
CMYK00.370.350.8
HSL356.84º22.89%16.27%-
HSV(B)356.84º37.25%20%-
XYZ2.161.851.68-
YUV37.8125.29137.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.97%
GREEN value IS 32 (12.89% from 255) = 27.59%
BLUE value IS 33 (13.28% from 255) = 28.45%
R=43.97%
G=27.59%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51323300.370.350.8356.8422.8916.27
Hex33202102523501651710
Octal634041045431205452720
Binary110011100000100001010010110001110100001011001011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332021; }

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

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

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

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

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

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

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

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