#211116

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

Shades of Rustic Red #211116

Tints of Rustic Red #211116

Color information

#211116 (or 0x211116) is unknown color: approx Rustic Red. HEX triplet: 21, 11 and 16. RGB value is (33,17,22). Sum of RGB (Red+Green+Blue) = 33+17+22=72 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.83% from 72); Green value is 17 (7.03% from 255 or 23.61% from 72); Blue value is 22 (8.98% from 255 or 30.56% from 72); Max value from RGB is 33 - color contains mainly: red. Hex color #211116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211116 is #DEEEE9. Grayscale: #161616. Windows color (decimal): -14610154 or 1446177. OLE color: 1446177.

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

Color convert

RGB331722-
CMYK00.480.330.87
HSL341.25º32%9.8%-
HSV(B)341.25º48.48%12.94%-
XYZ0.970.780.86-
YUV22.35127.8135.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 45.83%
GREEN value IS 17 (7.03% from 255) = 23.61%
BLUE value IS 22 (8.98% from 255) = 30.56%
R=45.83%
G=23.61%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33172200.480.330.87341.25329.8
Hex211116030215715520a
Octal412126060411275254012
Binary1000011000110110011000010000110101111010101011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211116; }

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

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

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

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

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

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

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

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