#211516

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

Shades of Rustic Red #211516

Tints of Rustic Red #211516

Color information

#211516 (or 0x211516) is unknown color: approx Rustic Red. HEX triplet: 21, 15 and 16. RGB value is (33,21,22). Sum of RGB (Red+Green+Blue) = 33+21+22=76 (10% of max value = 765). Red value is 33 (13.28% from 255 or 43.42% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 33 - color contains mainly: red. Hex color #211516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211516 is #DEEAE9. Grayscale: #181818. Windows color (decimal): -14609130 or 1447201. OLE color: 1447201.

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

Color convert

RGB332122-
CMYK00.360.330.87
HSL355º22.22%10.59%-
HSV(B)355º36.36%12.94%-
XYZ1.040.920.88-
YUV24.7126.48133.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 43.42%
GREEN value IS 21 (8.59% from 255) = 27.63%
BLUE value IS 22 (8.98% from 255) = 28.95%
R=43.42%
G=27.63%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33212200.360.330.8735522.2210.59
Hex211516024215716316b
Octal412526044411275432613
Binary100001101011011001001001000011010111101100011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211516; }

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

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

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

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

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

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

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

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