#201216

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

Shades of Rustic Red #201216

Tints of Rustic Red #201216

Color information

#201216 (or 0x201216) is unknown color: approx Rustic Red. HEX triplet: 20, 12 and 16. RGB value is (32,18,22). Sum of RGB (Red+Green+Blue) = 32+18+22=72 (9% of max value = 765). Red value is 32 (12.89% from 255 or 44.44% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 22 (8.98% from 255 or 30.56% from 72); Max value from RGB is 32 - color contains mainly: red. Hex color #201216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201216 is #DFEDE9. Grayscale: #161616. Windows color (decimal): -14675434 or 1446432. OLE color: 1446432.

HSL color Cylindrical-coordinate representation of color #201216: hue angle of 342.86º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #201216 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.87.

Color convert

RGB321822-
CMYK00.440.310.87
HSL342.86º28%9.8%-
HSV(B)342.86º43.75%12.55%-
XYZ0.960.80.86-
YUV22.64127.64134.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 44.44%
GREEN value IS 18 (7.42% from 255) = 25%
BLUE value IS 22 (8.98% from 255) = 30.56%
R=44.44%
G=25%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32182200.440.310.87342.86289.8
Hex20121602C1F571571ca
Octal402226054371275273412
Binary10000010010101100101100111111010111101010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201216; }

 p { color: rgb(32,18,22); }

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

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

 a { background-color: rgb(32,18,22); }

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

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

 span { border-color: rgb(32,18,22); }

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