#211416

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

Shades of Rustic Red #211416

Tints of Rustic Red #211416

Color information

#211416 (or 0x211416) is unknown color: approx Rustic Red. HEX triplet: 21, 14 and 16. RGB value is (33,20,22). Sum of RGB (Red+Green+Blue) = 33+20+22=75 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 22 (8.98% from 255 or 29.33% from 75); Max value from RGB is 33 - color contains mainly: red. Hex color #211416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211416 is #DEEBE9. Grayscale: #181818. Windows color (decimal): -14609386 or 1446945. OLE color: 1446945.

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

Color convert

RGB332022-
CMYK00.390.330.87
HSL350.77º24.53%10.39%-
HSV(B)350.77º39.39%12.94%-
XYZ1.020.880.88-
YUV24.12126.81134.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 44%
GREEN value IS 20 (8.20% from 255) = 26.67%
BLUE value IS 22 (8.98% from 255) = 29.33%
R=44%
G=26.67%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33202200.390.330.87350.7724.5310.39
Hex211416027215715f19a
Octal412426047411275373112
Binary100001101001011001001111000011010111101011111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211416; }

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

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

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

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

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

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

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

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