#211216

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

Shades of Rustic Red #211216

Tints of Rustic Red #211216

Color information

#211216 (or 0x211216) is unknown color: approx Rustic Red. HEX triplet: 21, 12 and 16. RGB value is (33,18,22). Sum of RGB (Red+Green+Blue) = 33+18+22=73 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.21% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 22 (8.98% from 255 or 30.14% from 73); Max value from RGB is 33 - color contains mainly: red. Hex color #211216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211216 is #DEEDE9. Grayscale: #161616. Windows color (decimal): -14609898 or 1446433. OLE color: 1446433.

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

Color convert

RGB331822-
CMYK00.450.330.87
HSL344º29.41%10%-
HSV(B)344º45.45%12.94%-
XYZ0.990.810.86-
YUV22.94127.47135.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 45.21%
GREEN value IS 18 (7.42% from 255) = 24.66%
BLUE value IS 22 (8.98% from 255) = 30.14%
R=45.21%
G=24.66%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33182200.450.330.8734429.4110
Hex21121602D21571581da
Octal412226055411275303512
Binary100001100101011001011011000011010111101011000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211216; }

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

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

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

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

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

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

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

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